Html Css Color HEX #42D37F Emerald

📋 copy color: '#42D37F'

red 66 ◦ green 211 ◦ blue 127

#42D37F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #42D37F

Tints of Emerald #42D37F

RGB

 RED value IS 66 (26.17% from 255) = 16.34%

 GREEN value IS 211 (82.81% from 255) = 52.23%

 BLUE value IS 127 (50% from 255) = 31.44%

R = 16.34%
G = 52.23%
B = 31.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42D37F (or 0x42D37F) is known color: Emerald. HEX triplet: 42, D3 and 7F. RGB value is (66,211,127). Sum of RGB (Red+Green+Blue) = 66+211+127=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #42D37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D37F is #BD2C80. Grayscale: #9E9E9E. Windows color (decimal): -12397697 or 8377154. OLE color: 8377154.

HSL color Cylindrical-coordinate representation of color #42D37F: hue angle of 145.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D37F is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 127 -
CMYK 0.69 0 0.40 0.17
HSL 145.24º 0.62% 0.54% -
HSV(B) 145.24º 0.69% 0.83% -
XYZ 29.37 49.28 28.04 -
YUV 158.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 66 211 127 0.69 0 0.40 0.17 145.24 0.62 0.54
Hex 42 D3 7F 45 0 28 11 91 3E 36
Octal 102 323 177 105 0 50 21 221 76 66
Binary 1000010 11010011 1111111 1000101 0 101000 10001 10010001 111110 110110

Color Harmonies of #42D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D37F

Black with #42D37F

Text Example


Text Example

White with #42D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42D37F; }

 p { color: rgb(66,211,127); }

 H1.HeaderClassName
 {
   color: #42D37F;
 }
 .AnyTagClassName
 {
   color: #42D37F;
 }
</style>

background-color css

<style>
 a { background-color: #42D37F; }

 a { background-color: rgb(66,211,127); }

 div.DivClassName
 {
   background-color: #42D37F;
 }
 .BgClassName
 {
   background-color: #42D37F;
 }
</style>

border-color css

<style>
 span { border-color: #42D37F; }

 span { border-color: rgb(66,211,127); }

 td.TdClassName
 {
   border-color: #42D37F;
 }
 .TagClassName
 {
   border-color: #42D37F;
 }
</style>