Shades of Emerald #42CB70
Tints of Emerald #42CB70
RGB
CMYK
RGB Variations
Color information
#42CB70 (or 0x42CB70) is known color: Emerald. HEX triplet: 42, CB and 70. RGB value is (66,203,112). Sum of RGB (Red+Green+Blue) = 66+203+112=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB70 is #BD348F. Grayscale: #979797. Windows color (decimal): -12399760 or 7392066. OLE color: 7392066.
HSL color Cylindrical-coordinate representation of color #42CB70: hue angle of 140.15º 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 #42CB70 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 112 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.20 |
| HSL | 140.15º | 0.57% | 0.53% | - |
| HSV(B) | 140.15º | 0.67% | 0.8% | - |
| XYZ | 26.53 | 45.04 | 22.62 | - |
| YUV | 151.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 112 | 0.67 | 0 | 0.45 | 0.20 | 140.15 | 0.57 | 0.53 |
| Hex | 42 | CB | 70 | 43 | 0 | 2D | 14 | 8C | 39 | 35 |
| Octal | 102 | 313 | 160 | 103 | 0 | 55 | 24 | 214 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1110000 | 1000011 | 0 | 101101 | 10100 | 10001100 | 111001 | 110101 |
Color Harmonies of #42CB70
Complementary color
Monochromatic Colors of #42CB70
Black with #42CB70
Text Example
Text Example
White with #42CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB70; }
p { color: rgb(66,203,112); }
H1.HeaderClassName
{
color: #42CB70;
}
.AnyTagClassName
{
color: #42CB70;
}
</style>
background-color css
<style>
a { background-color: #42CB70; }
a { background-color: rgb(66,203,112); }
div.DivClassName
{
background-color: #42CB70;
}
.BgClassName
{
background-color: #42CB70;
}
</style>
border-color css
<style>
span { border-color: #42CB70; }
span { border-color: rgb(66,203,112); }
td.TdClassName
{
border-color: #42CB70;
}
.TagClassName
{
border-color: #42CB70;
}
</style>