Shades of Emerald #42D064
Tints of Emerald #42D064
RGB
CMYK
RGB Variations
Color information
#42D064 (or 0x42D064) is known color: Emerald. HEX triplet: 42, D0 and 64. RGB value is (66,208,100). Sum of RGB (Red+Green+Blue) = 66+208+100=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #42D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D064 is #BD2F9B. Grayscale: #999999. Windows color (decimal): -12398492 or 6606914. OLE color: 6606914.
HSL color Cylindrical-coordinate representation of color #42D064: hue angle of 134.37º 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 #42D064 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 100 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.18 |
| HSL | 134.37º | 0.6% | 0.54% | - |
| HSV(B) | 134.37º | 0.68% | 0.82% | - |
| XYZ | 27.1 | 47.19 | 19.74 | - |
| YUV | 153.23 | 97.96 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 100 | 0.68 | 0 | 0.52 | 0.18 | 134.37 | 0.6 | 0.54 |
| Hex | 42 | D0 | 64 | 44 | 0 | 34 | 12 | 86 | 3C | 36 |
| Octal | 102 | 320 | 144 | 104 | 0 | 64 | 22 | 206 | 74 | 66 |
| Binary | 1000010 | 11010000 | 1100100 | 1000100 | 0 | 110100 | 10010 | 10000110 | 111100 | 110110 |
Color Harmonies of #42D064
Complementary color
Monochromatic Colors of #42D064
Black with #42D064
Text Example
Text Example
White with #42D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D064; }
p { color: rgb(66,208,100); }
H1.HeaderClassName
{
color: #42D064;
}
.AnyTagClassName
{
color: #42D064;
}
</style>
background-color css
<style>
a { background-color: #42D064; }
a { background-color: rgb(66,208,100); }
div.DivClassName
{
background-color: #42D064;
}
.BgClassName
{
background-color: #42D064;
}
</style>
border-color css
<style>
span { border-color: #42D064; }
span { border-color: rgb(66,208,100); }
td.TdClassName
{
border-color: #42D064;
}
.TagClassName
{
border-color: #42D064;
}
</style>