Shades of Emerald #42D458
Tints of Emerald #42D458
RGB
CMYK
RGB Variations
Color information
#42D458 (or 0x42D458) is known color: Emerald. HEX triplet: 42, D4 and 58. RGB value is (66,212,88). Sum of RGB (Red+Green+Blue) = 66+212+88=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 212 (83.20% from 255 or 57.92% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 212 - color contains mainly: green. Hex color #42D458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D458 is #BD2BA7. Grayscale: #9A9A9A. Windows color (decimal): -12397480 or 5821506. OLE color: 5821506.
HSL color Cylindrical-coordinate representation of color #42D458: hue angle of 129.04º 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 #42D458 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 88 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.17 |
| HSL | 129.04º | 0.63% | 0.55% | - |
| HSV(B) | 129.04º | 0.69% | 0.83% | - |
| XYZ | 27.55 | 48.95 | 17.23 | - |
| YUV | 154.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 88 | 0.69 | 0 | 0.58 | 0.17 | 129.04 | 0.63 | 0.55 |
| Hex | 42 | D4 | 58 | 45 | 0 | 3A | 11 | 81 | 3F | 37 |
| Octal | 102 | 324 | 130 | 105 | 0 | 72 | 21 | 201 | 77 | 67 |
| Binary | 1000010 | 11010100 | 1011000 | 1000101 | 0 | 111010 | 10001 | 10000001 | 111111 | 110111 |
Color Harmonies of #42D458
Complementary color
Monochromatic Colors of #42D458
Black with #42D458
Text Example
Text Example
White with #42D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D458; }
p { color: rgb(66,212,88); }
H1.HeaderClassName
{
color: #42D458;
}
.AnyTagClassName
{
color: #42D458;
}
</style>
background-color css
<style>
a { background-color: #42D458; }
a { background-color: rgb(66,212,88); }
div.DivClassName
{
background-color: #42D458;
}
.BgClassName
{
background-color: #42D458;
}
</style>
border-color css
<style>
span { border-color: #42D458; }
span { border-color: rgb(66,212,88); }
td.TdClassName
{
border-color: #42D458;
}
.TagClassName
{
border-color: #42D458;
}
</style>