Shades of Emerald #42CB73
Tints of Emerald #42CB73
RGB
CMYK
RGB Variations
Color information
#42CB73 (or 0x42CB73) is known color: Emerald. HEX triplet: 42, CB and 73. RGB value is (66,203,115). Sum of RGB (Red+Green+Blue) = 66+203+115=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB73 is #BD348C. Grayscale: #989898. Windows color (decimal): -12399757 or 7588674. OLE color: 7588674.
HSL color Cylindrical-coordinate representation of color #42CB73: hue angle of 141.46º 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 #42CB73 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 115 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.20 |
| HSL | 141.46º | 0.57% | 0.53% | - |
| HSV(B) | 141.46º | 0.67% | 0.8% | - |
| XYZ | 26.7 | 45.11 | 23.52 | - |
| YUV | 152.01 | 107.11 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 115 | 0.67 | 0 | 0.43 | 0.20 | 141.46 | 0.57 | 0.53 |
| Hex | 42 | CB | 73 | 43 | 0 | 2B | 14 | 8D | 39 | 35 |
| Octal | 102 | 313 | 163 | 103 | 0 | 53 | 24 | 215 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1110011 | 1000011 | 0 | 101011 | 10100 | 10001101 | 111001 | 110101 |
Color Harmonies of #42CB73
Complementary color
Monochromatic Colors of #42CB73
Black with #42CB73
Text Example
Text Example
White with #42CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB73; }
p { color: rgb(66,203,115); }
H1.HeaderClassName
{
color: #42CB73;
}
.AnyTagClassName
{
color: #42CB73;
}
</style>
background-color css
<style>
a { background-color: #42CB73; }
a { background-color: rgb(66,203,115); }
div.DivClassName
{
background-color: #42CB73;
}
.BgClassName
{
background-color: #42CB73;
}
</style>
border-color css
<style>
span { border-color: #42CB73; }
span { border-color: rgb(66,203,115); }
td.TdClassName
{
border-color: #42CB73;
}
.TagClassName
{
border-color: #42CB73;
}
</style>