Shades of Emerald #42CB59
Tints of Emerald #42CB59
RGB
CMYK
RGB Variations
Color information
#42CB59 (or 0x42CB59) is known color: Emerald. HEX triplet: 42, CB and 59. RGB value is (66,203,89). Sum of RGB (Red+Green+Blue) = 66+203+89=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB59 is #BD34A6. Grayscale: #959595. Windows color (decimal): -12399783 or 5884738. OLE color: 5884738.
HSL color Cylindrical-coordinate representation of color #42CB59: hue angle of 130.07º 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 #42CB59 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 89 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.20 |
| HSL | 130.07º | 0.57% | 0.53% | - |
| HSV(B) | 130.07º | 0.67% | 0.8% | - |
| XYZ | 25.41 | 44.59 | 16.72 | - |
| YUV | 149.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 89 | 0.67 | 0 | 0.56 | 0.20 | 130.07 | 0.57 | 0.53 |
| Hex | 42 | CB | 59 | 43 | 0 | 38 | 14 | 82 | 39 | 35 |
| Octal | 102 | 313 | 131 | 103 | 0 | 70 | 24 | 202 | 71 | 65 |
| Binary | 1000010 | 11001011 | 1011001 | 1000011 | 0 | 111000 | 10100 | 10000010 | 111001 | 110101 |
Color Harmonies of #42CB59
Complementary color
Monochromatic Colors of #42CB59
Black with #42CB59
Text Example
Text Example
White with #42CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB59; }
p { color: rgb(66,203,89); }
H1.HeaderClassName
{
color: #42CB59;
}
.AnyTagClassName
{
color: #42CB59;
}
</style>
background-color css
<style>
a { background-color: #42CB59; }
a { background-color: rgb(66,203,89); }
div.DivClassName
{
background-color: #42CB59;
}
.BgClassName
{
background-color: #42CB59;
}
</style>
border-color css
<style>
span { border-color: #42CB59; }
span { border-color: rgb(66,203,89); }
td.TdClassName
{
border-color: #42CB59;
}
.TagClassName
{
border-color: #42CB59;
}
</style>