Shades of Emerald #42D866
Tints of Emerald #42D866
RGB
CMYK
RGB Variations
Color information
#42D866 (or 0x42D866) is known color: Emerald. HEX triplet: 42, D8 and 66. RGB value is (66,216,102). Sum of RGB (Red+Green+Blue) = 66+216+102=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #42D866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D866 is #BD2799. Grayscale: #9E9E9E. Windows color (decimal): -12396442 or 6740034. OLE color: 6740034.
HSL color Cylindrical-coordinate representation of color #42D866: hue angle of 134.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D866 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 102 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.15 |
| HSL | 134.4º | 0.66% | 0.55% | - |
| HSV(B) | 134.4º | 0.69% | 0.85% | - |
| XYZ | 29.2 | 51.23 | 20.92 | - |
| YUV | 158.15 | 96.31 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 102 | 0.69 | 0 | 0.53 | 0.15 | 134.4 | 0.66 | 0.55 |
| Hex | 42 | D8 | 66 | 45 | 0 | 35 | F | 86 | 42 | 37 |
| Octal | 102 | 330 | 146 | 105 | 0 | 65 | 17 | 206 | 102 | 67 |
| Binary | 1000010 | 11011000 | 1100110 | 1000101 | 0 | 110101 | 1111 | 10000110 | 1000010 | 110111 |
Color Harmonies of #42D866
Complementary color
Monochromatic Colors of #42D866
Black with #42D866
Text Example
Text Example
White with #42D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D866; }
p { color: rgb(66,216,102); }
H1.HeaderClassName
{
color: #42D866;
}
.AnyTagClassName
{
color: #42D866;
}
</style>
background-color css
<style>
a { background-color: #42D866; }
a { background-color: rgb(66,216,102); }
div.DivClassName
{
background-color: #42D866;
}
.BgClassName
{
background-color: #42D866;
}
</style>
border-color css
<style>
span { border-color: #42D866; }
span { border-color: rgb(66,216,102); }
td.TdClassName
{
border-color: #42D866;
}
.TagClassName
{
border-color: #42D866;
}
</style>