Shades of Emerald #42D686
Tints of Emerald #42D686
RGB
CMYK
RGB Variations
Color information
#42D686 (or 0x42D686) is known color: Emerald. HEX triplet: 42, D6 and 86. RGB value is (66,214,134). Sum of RGB (Red+Green+Blue) = 66+214+134=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #42D686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D686 is #BD2979. Grayscale: #A0A0A0. Windows color (decimal): -12396922 or 8836674. OLE color: 8836674.
HSL color Cylindrical-coordinate representation of color #42D686: hue angle of 147.57º 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 #42D686 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 134 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.16 |
| HSL | 147.57º | 0.64% | 0.55% | - |
| HSV(B) | 147.57º | 0.69% | 0.84% | - |
| XYZ | 30.6 | 50.97 | 30.78 | - |
| YUV | 160.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 134 | 0.69 | 0 | 0.37 | 0.16 | 147.57 | 0.64 | 0.55 |
| Hex | 42 | D6 | 86 | 45 | 0 | 25 | 10 | 94 | 40 | 37 |
| Octal | 102 | 326 | 206 | 105 | 0 | 45 | 20 | 224 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10000110 | 1000101 | 0 | 100101 | 10000 | 10010100 | 1000000 | 110111 |
Color Harmonies of #42D686
Complementary color
Monochromatic Colors of #42D686
Black with #42D686
Text Example
Text Example
White with #42D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D686; }
p { color: rgb(66,214,134); }
H1.HeaderClassName
{
color: #42D686;
}
.AnyTagClassName
{
color: #42D686;
}
</style>
background-color css
<style>
a { background-color: #42D686; }
a { background-color: rgb(66,214,134); }
div.DivClassName
{
background-color: #42D686;
}
.BgClassName
{
background-color: #42D686;
}
</style>
border-color css
<style>
span { border-color: #42D686; }
span { border-color: rgb(66,214,134); }
td.TdClassName
{
border-color: #42D686;
}
.TagClassName
{
border-color: #42D686;
}
</style>