#42E87E

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

Shades of Emerald #42E87E

Tints of Emerald #42E87E

Color information

#42E87E (or 0x42E87E) is unknown color: approx Emerald. HEX triplet: 42, E8 and 7E. RGB value is (66,232,126). Sum of RGB (Red+Green+Blue) = 66+232+126=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #42E87E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E87E is #BD1781. Grayscale: #AAAAAA. Windows color (decimal): -12392322 or 8316994. OLE color: 8316994.

HSL color Cylindrical-coordinate representation of color #42E87E: hue angle of 141.69º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E87E is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB66232126-
CMYK0.7200.460.09
HSL141.69º78.3%58.43%-
HSV(B)141.69º71.55%90.98%-
XYZ34.8760.3829.55-
YUV170.2810353.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 232 (91.02% from 255) = 54.72%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=15.57%
G=54.72%
B=29.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662321260.7200.460.09141.6978.358.43
Hex42E87E4802E98e4e3a
Octal1023501761100561121611672
Binary1000010111010001111110100100001011101001100011101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,126); }

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

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

 a { background-color: rgb(66,232,126); }

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

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

 span { border-color: rgb(66,232,126); }

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