Shades of Emerald #42D063
Tints of Emerald #42D063
RGB
CMYK
RGB Variations
Color information
#42D063 (or 0x42D063) is known color: Emerald. HEX triplet: 42, D0 and 63. RGB value is (66,208,99). Sum of RGB (Red+Green+Blue) = 66+208+99=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #42D063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D063 is #BD2F9C. Grayscale: #999999. Windows color (decimal): -12398493 or 6541378. OLE color: 6541378.
HSL color Cylindrical-coordinate representation of color #42D063: hue angle of 133.94º 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 #42D063 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 99 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.18 |
| HSL | 133.94º | 0.6% | 0.54% | - |
| HSV(B) | 133.94º | 0.68% | 0.82% | - |
| XYZ | 27.05 | 47.17 | 19.48 | - |
| YUV | 153.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 99 | 0.68 | 0 | 0.52 | 0.18 | 133.94 | 0.6 | 0.54 |
| Hex | 42 | D0 | 63 | 44 | 0 | 34 | 12 | 86 | 3C | 36 |
| Octal | 102 | 320 | 143 | 104 | 0 | 64 | 22 | 206 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1100011 | 1000100 | 0 | 110100 | 10010 | 10000110 | 111100 | 110110 |
Color Harmonies of #42D063
Complementary color
Monochromatic Colors of #42D063
Black with #42D063
Text Example
Text Example
White with #42D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D063; }
p { color: rgb(66,208,99); }
H1.HeaderClassName
{
color: #42D063;
}
.AnyTagClassName
{
color: #42D063;
}
</style>
background-color css
<style>
a { background-color: #42D063; }
a { background-color: rgb(66,208,99); }
div.DivClassName
{
background-color: #42D063;
}
.BgClassName
{
background-color: #42D063;
}
</style>
border-color css
<style>
span { border-color: #42D063; }
span { border-color: rgb(66,208,99); }
td.TdClassName
{
border-color: #42D063;
}
.TagClassName
{
border-color: #42D063;
}
</style>