Shades of Emerald #42D962
Tints of Emerald #42D962
RGB
CMYK
RGB Variations
Color information
#42D962 (or 0x42D962) is known color: Emerald. HEX triplet: 42, D9 and 62. RGB value is (66,217,98). Sum of RGB (Red+Green+Blue) = 66+217+98=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #42D962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D962 is #BD269D. Grayscale: #9E9E9E. Windows color (decimal): -12396190 or 6478146. OLE color: 6478146.
HSL color Cylindrical-coordinate representation of color #42D962: hue angle of 132.72º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D962 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 98 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.15 |
| HSL | 132.72º | 0.67% | 0.55% | - |
| HSV(B) | 132.72º | 0.7% | 0.85% | - |
| XYZ | 29.26 | 51.67 | 19.99 | - |
| YUV | 158.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 98 | 0.70 | 0 | 0.55 | 0.15 | 132.72 | 0.67 | 0.55 |
| Hex | 42 | D9 | 62 | 46 | 0 | 37 | F | 85 | 43 | 37 |
| Octal | 102 | 331 | 142 | 106 | 0 | 67 | 17 | 205 | 103 | 67 |
| Binary | 1000010 | 11011001 | 1100010 | 1000110 | 0 | 110111 | 1111 | 10000101 | 1000011 | 110111 |
Color Harmonies of #42D962
Complementary color
Monochromatic Colors of #42D962
Black with #42D962
Text Example
Text Example
White with #42D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D962; }
p { color: rgb(66,217,98); }
H1.HeaderClassName
{
color: #42D962;
}
.AnyTagClassName
{
color: #42D962;
}
</style>
background-color css
<style>
a { background-color: #42D962; }
a { background-color: rgb(66,217,98); }
div.DivClassName
{
background-color: #42D962;
}
.BgClassName
{
background-color: #42D962;
}
</style>
border-color css
<style>
span { border-color: #42D962; }
span { border-color: rgb(66,217,98); }
td.TdClassName
{
border-color: #42D962;
}
.TagClassName
{
border-color: #42D962;
}
</style>