#42E576

Color #42E576 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #42E576

Tints of Emerald #42E576

Color information

#42E576 (or 0x42E576) is unknown color: approx Emerald. HEX triplet: 42, E5 and 76. RGB value is (66,229,118). Sum of RGB (Red+Green+Blue) = 66+229+118=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #42E576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E576 is #BD1A89. Grayscale: #A7A7A7. Windows color (decimal): -12393098 or 7791938. OLE color: 7791938.

HSL color Cylindrical-coordinate representation of color #42E576: hue angle of 139.14º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E576 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB66229118-
CMYK0.7100.480.10
HSL139.14º75.81%57.84%-
HSV(B)139.14º71.18%89.8%-
XYZ33.5458.526.66-
YUV167.6110055.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 229 (89.84% from 255) = 55.45%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=15.98%
G=55.45%
B=28.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal662291180.7100.480.10139.1475.8157.84
Hex42E57647030A8b4c3a
Octal1023451661070601221311472
Binary1000010111001011110110100011101100001010100010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,229,118); }

 H1.HeaderClassName
 {
   color: #42E576;
 }
 .AnyTagClassName
 {
   color: #42E576;
 }
</style>
background-color css

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

 a { background-color: rgb(66,229,118); }

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

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

 span { border-color: rgb(66,229,118); }

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