Shades of Emerald #42F178
Tints of Emerald #42F178
RGB
CMYK
RGB Variations
Color information
#42F178 (or 0x42F178) is known color: Emerald. HEX triplet: 42, F1 and 78. RGB value is (66,241,120). Sum of RGB (Red+Green+Blue) = 66+241+120=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #42F178 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F178 is #BD0E87. Grayscale: #AFAFAF. Windows color (decimal): -12390024 or 7926082. OLE color: 7926082.
HSL color Cylindrical-coordinate representation of color #42F178: hue angle of 138.51º 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 #42F178 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 120 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.05 |
| HSL | 138.51º | 0.86% | 0.6% | - |
| HSV(B) | 138.51º | 0.73% | 0.95% | - |
| XYZ | 37.09 | 65.42 | 28.44 | - |
| YUV | 174.88 | 97.02 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 120 | 0.73 | 0 | 0.50 | 0.05 | 138.51 | 0.86 | 0.6 |
| Hex | 42 | F1 | 78 | 49 | 0 | 32 | 5 | 8B | 56 | 3C |
| Octal | 102 | 361 | 170 | 111 | 0 | 62 | 5 | 213 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1111000 | 1001001 | 0 | 110010 | 101 | 10001011 | 1010110 | 111100 |
Color Harmonies of #42F178
Complementary color
Monochromatic Colors of #42F178
Black with #42F178
Text Example
Text Example
White with #42F178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F178; }
p { color: rgb(66,241,120); }
H1.HeaderClassName
{
color: #42F178;
}
.AnyTagClassName
{
color: #42F178;
}
</style>
background-color css
<style>
a { background-color: #42F178; }
a { background-color: rgb(66,241,120); }
div.DivClassName
{
background-color: #42F178;
}
.BgClassName
{
background-color: #42F178;
}
</style>
border-color css
<style>
span { border-color: #42F178; }
span { border-color: rgb(66,241,120); }
td.TdClassName
{
border-color: #42F178;
}
.TagClassName
{
border-color: #42F178;
}
</style>