Shades of Emerald #42D359
Tints of Emerald #42D359
RGB
CMYK
RGB Variations
Color information
#42D359 (or 0x42D359) is known color: Emerald. HEX triplet: 42, D3 and 59. RGB value is (66,211,89). Sum of RGB (Red+Green+Blue) = 66+211+89=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #42D359 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D359 is #BD2CA6. Grayscale: #9A9A9A. Windows color (decimal): -12397735 or 5886786. OLE color: 5886786.
HSL color Cylindrical-coordinate representation of color #42D359: hue angle of 129.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D359 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 89 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.17 |
| HSL | 129.52º | 0.62% | 0.54% | - |
| HSV(B) | 129.52º | 0.69% | 0.83% | - |
| XYZ | 27.34 | 48.47 | 17.37 | - |
| YUV | 153.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 89 | 0.69 | 0 | 0.58 | 0.17 | 129.52 | 0.62 | 0.54 |
| Hex | 42 | D3 | 59 | 45 | 0 | 3A | 11 | 82 | 3E | 36 |
| Octal | 102 | 323 | 131 | 105 | 0 | 72 | 21 | 202 | 76 | 66 |
| Binary | 1000010 | 11010011 | 1011001 | 1000101 | 0 | 111010 | 10001 | 10000010 | 111110 | 110110 |
Color Harmonies of #42D359
Complementary color
Monochromatic Colors of #42D359
Black with #42D359
Text Example
Text Example
White with #42D359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D359; }
p { color: rgb(66,211,89); }
H1.HeaderClassName
{
color: #42D359;
}
.AnyTagClassName
{
color: #42D359;
}
</style>
background-color css
<style>
a { background-color: #42D359; }
a { background-color: rgb(66,211,89); }
div.DivClassName
{
background-color: #42D359;
}
.BgClassName
{
background-color: #42D359;
}
</style>
border-color css
<style>
span { border-color: #42D359; }
span { border-color: rgb(66,211,89); }
td.TdClassName
{
border-color: #42D359;
}
.TagClassName
{
border-color: #42D359;
}
</style>