Shades of Emerald #42EC79
Tints of Emerald #42EC79
RGB
CMYK
RGB Variations
Color information
#42EC79 (or 0x42EC79) is known color: Emerald. HEX triplet: 42, EC and 79. RGB value is (66,236,121). Sum of RGB (Red+Green+Blue) = 66+236+121=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC79 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EC79 is #BD1386. Grayscale: #ACACAC. Windows color (decimal): -12391303 or 7990338. OLE color: 7990338.
HSL color Cylindrical-coordinate representation of color #42EC79: hue angle of 139.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EC79 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 121 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.07 |
| HSL | 139.41º | 0.82% | 0.59% | - |
| HSV(B) | 139.41º | 0.72% | 0.93% | - |
| XYZ | 35.69 | 62.53 | 28.28 | - |
| YUV | 172.06 | 99.18 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 121 | 0.72 | 0 | 0.49 | 0.07 | 139.41 | 0.82 | 0.59 |
| Hex | 42 | EC | 79 | 48 | 0 | 31 | 7 | 8B | 52 | 3B |
| Octal | 102 | 354 | 171 | 110 | 0 | 61 | 7 | 213 | 122 | 73 |
| Binary | 1000010 | 11101100 | 1111001 | 1001000 | 0 | 110001 | 111 | 10001011 | 1010010 | 111011 |
Color Harmonies of #42EC79
Complementary color
Monochromatic Colors of #42EC79
Black with #42EC79
Text Example
Text Example
White with #42EC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC79; }
p { color: rgb(66,236,121); }
H1.HeaderClassName
{
color: #42EC79;
}
.AnyTagClassName
{
color: #42EC79;
}
</style>
background-color css
<style>
a { background-color: #42EC79; }
a { background-color: rgb(66,236,121); }
div.DivClassName
{
background-color: #42EC79;
}
.BgClassName
{
background-color: #42EC79;
}
</style>
border-color css
<style>
span { border-color: #42EC79; }
span { border-color: rgb(66,236,121); }
td.TdClassName
{
border-color: #42EC79;
}
.TagClassName
{
border-color: #42EC79;
}
</style>