Shades of Emerald #42D459
Tints of Emerald #42D459
RGB
CMYK
RGB Variations
Color information
#42D459 (or 0x42D459) is known color: Emerald. HEX triplet: 42, D4 and 59. RGB value is (66,212,89). Sum of RGB (Red+Green+Blue) = 66+212+89=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #42D459 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D459 is #BD2BA6. Grayscale: #9A9A9A. Windows color (decimal): -12397479 or 5887042. OLE color: 5887042.
HSL color Cylindrical-coordinate representation of color #42D459: hue angle of 129.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D459 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 89 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.17 |
| HSL | 129.45º | 0.63% | 0.55% | - |
| HSV(B) | 129.45º | 0.69% | 0.83% | - |
| XYZ | 27.59 | 48.97 | 17.45 | - |
| YUV | 154.32 | 91.13 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 89 | 0.69 | 0 | 0.58 | 0.17 | 129.45 | 0.63 | 0.55 |
| Hex | 42 | D4 | 59 | 45 | 0 | 3A | 11 | 81 | 3F | 37 |
| Octal | 102 | 324 | 131 | 105 | 0 | 72 | 21 | 201 | 77 | 67 |
| Binary | 1000010 | 11010100 | 1011001 | 1000101 | 0 | 111010 | 10001 | 10000001 | 111111 | 110111 |
Color Harmonies of #42D459
Complementary color
Monochromatic Colors of #42D459
Black with #42D459
Text Example
Text Example
White with #42D459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D459; }
p { color: rgb(66,212,89); }
H1.HeaderClassName
{
color: #42D459;
}
.AnyTagClassName
{
color: #42D459;
}
</style>
background-color css
<style>
a { background-color: #42D459; }
a { background-color: rgb(66,212,89); }
div.DivClassName
{
background-color: #42D459;
}
.BgClassName
{
background-color: #42D459;
}
</style>
border-color css
<style>
span { border-color: #42D459; }
span { border-color: rgb(66,212,89); }
td.TdClassName
{
border-color: #42D459;
}
.TagClassName
{
border-color: #42D459;
}
</style>