Shades of Emerald #42CB72
Tints of Emerald #42CB72
RGB
CMYK
RGB Variations
Color information
#42CB72 (or 0x42CB72) is known color: Emerald. HEX triplet: 42, CB and 72. RGB value is (66,203,114). Sum of RGB (Red+Green+Blue) = 66+203+114=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB72 is #BD348D. Grayscale: #989898. Windows color (decimal): -12399758 or 7523138. OLE color: 7523138.
HSL color Cylindrical-coordinate representation of color #42CB72: hue angle of 141.02º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB72 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 114 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.20 |
| HSL | 141.02º | 0.57% | 0.53% | - |
| HSV(B) | 141.02º | 0.67% | 0.8% | - |
| XYZ | 26.64 | 45.09 | 23.22 | - |
| YUV | 151.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 114 | 0.67 | 0 | 0.44 | 0.20 | 141.02 | 0.57 | 0.53 |
| Hex | 42 | CB | 72 | 43 | 0 | 2C | 14 | 8D | 39 | 35 |
| Octal | 102 | 313 | 162 | 103 | 0 | 54 | 24 | 215 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1110010 | 1000011 | 0 | 101100 | 10100 | 10001101 | 111001 | 110101 |
Color Harmonies of #42CB72
Complementary color
Monochromatic Colors of #42CB72
Black with #42CB72
Text Example
Text Example
White with #42CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB72; }
p { color: rgb(66,203,114); }
H1.HeaderClassName
{
color: #42CB72;
}
.AnyTagClassName
{
color: #42CB72;
}
</style>
background-color css
<style>
a { background-color: #42CB72; }
a { background-color: rgb(66,203,114); }
div.DivClassName
{
background-color: #42CB72;
}
.BgClassName
{
background-color: #42CB72;
}
</style>
border-color css
<style>
span { border-color: #42CB72; }
span { border-color: rgb(66,203,114); }
td.TdClassName
{
border-color: #42CB72;
}
.TagClassName
{
border-color: #42CB72;
}
</style>