#42D16E

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

Shades of Emerald #42D16E

Tints of Emerald #42D16E

Color information

#42D16E (or 0x42D16E) is unknown color: approx Emerald. HEX triplet: 42, D1 and 6E. RGB value is (66,209,110). Sum of RGB (Red+Green+Blue) = 66+209+110=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #42D16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D16E is #BD2E91. Grayscale: #9B9B9B. Windows color (decimal): -12398226 or 7262530. OLE color: 7262530.

HSL color Cylindrical-coordinate representation of color #42D16E: hue angle of 138.46º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D16E is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB66209110-
CMYK0.6800.470.18
HSL138.46º60.85%53.92%-
HSV(B)138.46º68.42%81.96%-
XYZ27.8647.8822.53-
YUV154.96102.6264.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.14%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=17.14%
G=54.29%
B=28.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662091100.6800.470.18138.4660.8553.92
Hex42D16E4402F128a3d36
Octal102321156104057222127566
Binary1000010110100011101110100010001011111001010001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,209,110); }

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

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

 a { background-color: rgb(66,209,110); }

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

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

 span { border-color: rgb(66,209,110); }

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