Shades of Emerald #42C886
Tints of Emerald #42C886
RGB
CMYK
RGB Variations
Color information
#42C886 (or 0x42C886) is known color: Emerald. HEX triplet: 42, C8 and 86. RGB value is (66,200,134). Sum of RGB (Red+Green+Blue) = 66+200+134=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #42C886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C886 is #BD3779. Grayscale: #989898. Windows color (decimal): -12400506 or 8833090. OLE color: 8833090.
HSL color Cylindrical-coordinate representation of color #42C886: hue angle of 150.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C886 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 134 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.22 |
| HSL | 150.45º | 0.55% | 0.52% | - |
| HSV(B) | 150.45º | 0.67% | 0.78% | - |
| XYZ | 27.2 | 44.19 | 29.65 | - |
| YUV | 152.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 134 | 0.67 | 0 | 0.33 | 0.22 | 150.45 | 0.55 | 0.52 |
| Hex | 42 | C8 | 86 | 43 | 0 | 21 | 16 | 96 | 37 | 34 |
| Octal | 102 | 310 | 206 | 103 | 0 | 41 | 26 | 226 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10000110 | 1000011 | 0 | 100001 | 10110 | 10010110 | 110111 | 110100 |
Color Harmonies of #42C886
Complementary color
Monochromatic Colors of #42C886
Black with #42C886
Text Example
Text Example
White with #42C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C886; }
p { color: rgb(66,200,134); }
H1.HeaderClassName
{
color: #42C886;
}
.AnyTagClassName
{
color: #42C886;
}
</style>
background-color css
<style>
a { background-color: #42C886; }
a { background-color: rgb(66,200,134); }
div.DivClassName
{
background-color: #42C886;
}
.BgClassName
{
background-color: #42C886;
}
</style>
border-color css
<style>
span { border-color: #42C886; }
span { border-color: rgb(66,200,134); }
td.TdClassName
{
border-color: #42C886;
}
.TagClassName
{
border-color: #42C886;
}
</style>