Shades of Emerald #42F179
Tints of Emerald #42F179
RGB
CMYK
RGB Variations
Color information
#42F179 (or 0x42F179) is known color: Emerald. HEX triplet: 42, F1 and 79. RGB value is (66,241,121). Sum of RGB (Red+Green+Blue) = 66+241+121=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #42F179 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F179 is #BD0E86. Grayscale: #AFAFAF. Windows color (decimal): -12390023 or 7991618. OLE color: 7991618.
HSL color Cylindrical-coordinate representation of color #42F179: hue angle of 138.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F179 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 121 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.05 |
| HSL | 138.86º | 0.86% | 0.6% | - |
| HSV(B) | 138.86º | 0.73% | 0.95% | - |
| XYZ | 37.15 | 65.45 | 28.76 | - |
| YUV | 175 | 97.52 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 121 | 0.73 | 0 | 0.50 | 0.05 | 138.86 | 0.86 | 0.6 |
| Hex | 42 | F1 | 79 | 49 | 0 | 32 | 5 | 8B | 56 | 3C |
| Octal | 102 | 361 | 171 | 111 | 0 | 62 | 5 | 213 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1111001 | 1001001 | 0 | 110010 | 101 | 10001011 | 1010110 | 111100 |
Color Harmonies of #42F179
Complementary color
Monochromatic Colors of #42F179
Black with #42F179
Text Example
Text Example
White with #42F179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F179; }
p { color: rgb(66,241,121); }
H1.HeaderClassName
{
color: #42F179;
}
.AnyTagClassName
{
color: #42F179;
}
</style>
background-color css
<style>
a { background-color: #42F179; }
a { background-color: rgb(66,241,121); }
div.DivClassName
{
background-color: #42F179;
}
.BgClassName
{
background-color: #42F179;
}
</style>
border-color css
<style>
span { border-color: #42F179; }
span { border-color: rgb(66,241,121); }
td.TdClassName
{
border-color: #42F179;
}
.TagClassName
{
border-color: #42F179;
}
</style>