#42e876

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

Shades of Emerald #42E876

Tints of Emerald #42E876

Color information

#42E876 (or 0x42E876) is unknown color: approx Emerald. HEX triplet: 42, E8 and 76. RGB value is (66,232,118). Sum of RGB (Red+Green+Blue) = 66+232+118=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #42E876 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E876 is #BD1789. Grayscale: #A9A9A9. Windows color (decimal): -12392330 or 7792706. OLE color: 7792706.

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

Color convert

RGB66232118-
CMYK0.7200.490.09
HSL138.8º78.3%58.43%-
HSV(B)138.8º71.55%90.98%-
XYZ34.3760.1826.94-
YUV169.379954.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.87%
GREEN value IS 232 (91.02% from 255) = 55.77%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=15.87%
G=55.77%
B=28.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662321180.7200.490.09138.878.358.43
Hex42E8764803198b4e3a
Octal1023501661100611121311672
Binary1000010111010001110110100100001100011001100010111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42e876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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