Shades of Emerald #42D060
Tints of Emerald #42D060
RGB
CMYK
RGB Variations
Color information
#42D060 (or 0x42D060) is known color: Emerald. HEX triplet: 42, D0 and 60. RGB value is (66,208,96). Sum of RGB (Red+Green+Blue) = 66+208+96=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #42D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D060 is #BD2F9F. Grayscale: #999999. Windows color (decimal): -12398496 or 6344770. OLE color: 6344770.
HSL color Cylindrical-coordinate representation of color #42D060: hue angle of 132.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D060 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 96 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.18 |
| HSL | 132.68º | 0.6% | 0.54% | - |
| HSV(B) | 132.68º | 0.68% | 0.82% | - |
| XYZ | 26.91 | 47.11 | 18.74 | - |
| YUV | 152.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 96 | 0.68 | 0 | 0.54 | 0.18 | 132.68 | 0.6 | 0.54 |
| Hex | 42 | D0 | 60 | 44 | 0 | 36 | 12 | 85 | 3C | 36 |
| Octal | 102 | 320 | 140 | 104 | 0 | 66 | 22 | 205 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1100000 | 1000100 | 0 | 110110 | 10010 | 10000101 | 111100 | 110110 |
Color Harmonies of #42D060
Complementary color
Monochromatic Colors of #42D060
Black with #42D060
Text Example
Text Example
White with #42D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D060; }
p { color: rgb(66,208,96); }
H1.HeaderClassName
{
color: #42D060;
}
.AnyTagClassName
{
color: #42D060;
}
</style>
background-color css
<style>
a { background-color: #42D060; }
a { background-color: rgb(66,208,96); }
div.DivClassName
{
background-color: #42D060;
}
.BgClassName
{
background-color: #42D060;
}
</style>
border-color css
<style>
span { border-color: #42D060; }
span { border-color: rgb(66,208,96); }
td.TdClassName
{
border-color: #42D060;
}
.TagClassName
{
border-color: #42D060;
}
</style>