#42E886

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

Shades of Emerald #42E886

Tints of Emerald #42E886

Color information

#42E886 (or 0x42E886) is unknown color: approx Emerald. HEX triplet: 42, E8 and 86. RGB value is (66,232,134). Sum of RGB (Red+Green+Blue) = 66+232+134=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 232 (91.02% from 255 or 53.70% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 232 - color contains mainly: green. Hex color #42E886 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E886 is #BD1779. Grayscale: #ABABAB. Windows color (decimal): -12392314 or 8841282. OLE color: 8841282.

HSL color Cylindrical-coordinate representation of color #42E886: hue angle of 144.58º 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 #42E886 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB66232134-
CMYK0.7200.420.09
HSL144.58º78.3%58.43%-
HSV(B)144.58º71.55%90.98%-
XYZ35.4160.5932.38-
YUV171.1910752.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.28%
GREEN value IS 232 (91.02% from 255) = 53.70%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=15.28%
G=53.70%
B=31.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662321340.7200.420.09144.5878.358.43
Hex42E8864802A9914e3a
Octal1023502061100521122111672
Binary10000101110100010000110100100001010101001100100011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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