Shades of Emerald #42D664
Tints of Emerald #42D664
RGB
CMYK
RGB Variations
Color information
#42D664 (or 0x42D664) is known color: Emerald. HEX triplet: 42, D6 and 64. RGB value is (66,214,100). Sum of RGB (Red+Green+Blue) = 66+214+100=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #42D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D664 is #BD299B. Grayscale: #9D9D9D. Windows color (decimal): -12396956 or 6608450. OLE color: 6608450.
HSL color Cylindrical-coordinate representation of color #42D664: hue angle of 133.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D664 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 100 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.16 |
| HSL | 133.78º | 0.64% | 0.55% | - |
| HSV(B) | 133.78º | 0.69% | 0.84% | - |
| XYZ | 28.59 | 50.17 | 20.23 | - |
| YUV | 156.75 | 95.97 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 100 | 0.69 | 0 | 0.53 | 0.16 | 133.78 | 0.64 | 0.55 |
| Hex | 42 | D6 | 64 | 45 | 0 | 35 | 10 | 86 | 40 | 37 |
| Octal | 102 | 326 | 144 | 105 | 0 | 65 | 20 | 206 | 100 | 67 |
| Binary | 1000010 | 11010110 | 1100100 | 1000101 | 0 | 110101 | 10000 | 10000110 | 1000000 | 110111 |
Color Harmonies of #42D664
Complementary color
Monochromatic Colors of #42D664
Black with #42D664
Text Example
Text Example
White with #42D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D664; }
p { color: rgb(66,214,100); }
H1.HeaderClassName
{
color: #42D664;
}
.AnyTagClassName
{
color: #42D664;
}
</style>
background-color css
<style>
a { background-color: #42D664; }
a { background-color: rgb(66,214,100); }
div.DivClassName
{
background-color: #42D664;
}
.BgClassName
{
background-color: #42D664;
}
</style>
border-color css
<style>
span { border-color: #42D664; }
span { border-color: rgb(66,214,100); }
td.TdClassName
{
border-color: #42D664;
}
.TagClassName
{
border-color: #42D664;
}
</style>