Shades of Emerald #42F079
Tints of Emerald #42F079
RGB
CMYK
RGB Variations
Color information
#42F079 (or 0x42F079) is known color: Emerald. HEX triplet: 42, F0 and 79. RGB value is (66,240,121). Sum of RGB (Red+Green+Blue) = 66+240+121=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #42F079 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F079 is #BD0F86. Grayscale: #AEAEAE. Windows color (decimal): -12390279 or 7991362. OLE color: 7991362.
HSL color Cylindrical-coordinate representation of color #42F079: hue angle of 138.97º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F079 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 121 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.06 |
| HSL | 138.97º | 0.85% | 0.6% | - |
| HSV(B) | 138.97º | 0.73% | 0.94% | - |
| XYZ | 36.86 | 64.86 | 28.67 | - |
| YUV | 174.41 | 97.85 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 121 | 0.72 | 0 | 0.50 | 0.06 | 138.97 | 0.85 | 0.6 |
| Hex | 42 | F0 | 79 | 48 | 0 | 32 | 6 | 8B | 55 | 3C |
| Octal | 102 | 360 | 171 | 110 | 0 | 62 | 6 | 213 | 125 | 74 |
| Binary | 1000010 | 11110000 | 1111001 | 1001000 | 0 | 110010 | 110 | 10001011 | 1010101 | 111100 |
Color Harmonies of #42F079
Complementary color
Monochromatic Colors of #42F079
Black with #42F079
Text Example
Text Example
White with #42F079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F079; }
p { color: rgb(66,240,121); }
H1.HeaderClassName
{
color: #42F079;
}
.AnyTagClassName
{
color: #42F079;
}
</style>
background-color css
<style>
a { background-color: #42F079; }
a { background-color: rgb(66,240,121); }
div.DivClassName
{
background-color: #42F079;
}
.BgClassName
{
background-color: #42F079;
}
</style>
border-color css
<style>
span { border-color: #42F079; }
span { border-color: rgb(66,240,121); }
td.TdClassName
{
border-color: #42F079;
}
.TagClassName
{
border-color: #42F079;
}
</style>