Shades of Emerald #42F880
Tints of Emerald #42F880
RGB
CMYK
RGB Variations
Color information
#42F880 (or 0x42F880) is known color: Emerald. HEX triplet: 42, F8 and 80. RGB value is (66,248,128). Sum of RGB (Red+Green+Blue) = 66+248+128=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #42F880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F880 is #BD077F. Grayscale: #B4B4B4. Windows color (decimal): -12388224 or 8452162. OLE color: 8452162.
HSL color Cylindrical-coordinate representation of color #42F880: hue angle of 140.44º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F880 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 128 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.03 |
| HSL | 140.44º | 0.93% | 0.62% | - |
| HSV(B) | 140.44º | 0.73% | 0.97% | - |
| XYZ | 39.71 | 69.85 | 31.81 | - |
| YUV | 179.9 | 98.7 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 128 | 0.73 | 0 | 0.48 | 0.03 | 140.44 | 0.93 | 0.62 |
| Hex | 42 | F8 | 80 | 49 | 0 | 30 | 3 | 8C | 5D | 3E |
| Octal | 102 | 370 | 200 | 111 | 0 | 60 | 3 | 214 | 135 | 76 |
| Binary | 1000010 | 11111000 | 10000000 | 1001001 | 0 | 110000 | 11 | 10001100 | 1011101 | 111110 |
Color Harmonies of #42F880
Complementary color
Monochromatic Colors of #42F880
Black with #42F880
Text Example
Text Example
White with #42F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F880; }
p { color: rgb(66,248,128); }
H1.HeaderClassName
{
color: #42F880;
}
.AnyTagClassName
{
color: #42F880;
}
</style>
background-color css
<style>
a { background-color: #42F880; }
a { background-color: rgb(66,248,128); }
div.DivClassName
{
background-color: #42F880;
}
.BgClassName
{
background-color: #42F880;
}
</style>
border-color css
<style>
span { border-color: #42F880; }
span { border-color: rgb(66,248,128); }
td.TdClassName
{
border-color: #42F880;
}
.TagClassName
{
border-color: #42F880;
}
</style>