color codes Logo

#42fc7d color codes

#42FC7D
(66,252,125)
0 Favorites   0 Comments

Color spaces of #42fc7d

RGB 66252125
HSL0.390.970.62
HSV139°74°99°
CMYK 0.740.000.50   0.01
XYZ40.758872.259731.2013
Yxy72.25970.28260.5010
Hunter Lab85.0057-63.172337.7416
CIE-Lab88.0934-71.629747.6152

#42fc7d color RGB value is (66,252,125).

#42fc7d hex color red value is 66, green value is 252 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #42fc7d hue: 0.39 , saturation: 0.97 and the lightness value of 42fc7d is 0.62.

The process color (four color CMYK) of #42fc7d color code is 0.74, 0.00, 0.50, 0.01. Web safe color of #42fc7d is #33ff66. Color #42fc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111100 01111101
Octal 102 374 175
Decimal 66 252 125
Hex 42 FC 7D

RGB Percentages of Color #42fc7d

%14.90
%56.88
%28.22

CMYK Percentages of Color #42fc7d

%74
%0
%50
%1

Triadic Colors of #42fc7d

#42fc7d #7d42fc #fc7d42

Analogous Colors of #42fc7d

#42fc7d #42fcda #64fc42

Monochromatic Colors of #42fc7d

#42fc7d

Complementary Color

#42fc7d #fc42c1

#42fc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fc7d Color CSS Codes

.mybgcolor {background-color:#42fc7d; } 
.myforecolor {color:#42fc7d; }
.mybordercolor {border:3px solid #42fc7d; }

#42fc7d Text Font Color

<p style="color:#42fc7d">Text here</p>

This sample text font color is #42fc7d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#42fc7d Background Color

<div style="background-color:#42fc7d">
Div content here</div>

This div background color is #42fc7d


#42fc7d Border Color

<div style="border:3px solid #42fc7d">
Div here</div>

This div border color is #42fc7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,252,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42fc7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42fc7d;
  -webkit-box-shadow: 1px 1px 3px 2px #42fc7d;
  box-shadow:         1px 1px 3px 2px #42fc7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,252,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #42fc7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #42fc7d;
  -webkit-box-shadow: 1px 1px 3px 2px #42fc7d;
  box-shadow:         1px 1px 3px 2px #42fc7d;">
Div content here</div>

This div box has shadow with color #42fc7d


Comments

No comments written yet.

Please login to write comment.