#42D186

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

Shades of Emerald #42D186

Tints of Emerald #42D186

Color information

#42D186 (or 0x42D186) is unknown color: approx Emerald. HEX triplet: 42, D1 and 86. RGB value is (66,209,134). Sum of RGB (Red+Green+Blue) = 66+209+134=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #42D186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D186 is #BD2E79. Grayscale: #9D9D9D. Windows color (decimal): -12398202 or 8835394. OLE color: 8835394.

HSL color Cylindrical-coordinate representation of color #42D186: hue angle of 148.53º 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 #42D186 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB66209134-
CMYK0.6800.360.18
HSL148.53º60.85%53.92%-
HSV(B)148.53º68.42%81.96%-
XYZ29.3548.4830.36-
YUV157.69114.6262.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=16.14%
G=51.10%
B=32.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal662091340.6800.360.18148.5360.8553.92
Hex42D1864402412953d36
Octal102321206104044222257566
Binary10000101101000110000110100010001001001001010010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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