Shades of Emerald #42F888
Tints of Emerald #42F888
RGB
CMYK
RGB Variations
Color information
#42F888 (or 0x42F888) is known color: Emerald. HEX triplet: 42, F8 and 88. RGB value is (66,248,136). Sum of RGB (Red+Green+Blue) = 66+248+136=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #42F888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F888 is #BD0777. Grayscale: #B5B5B5. Windows color (decimal): -12388216 or 8976450. OLE color: 8976450.
HSL color Cylindrical-coordinate representation of color #42F888: hue angle of 143.08º 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 #42F888 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 136 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.03 |
| HSL | 143.08º | 0.93% | 0.62% | - |
| HSV(B) | 143.08º | 0.73% | 0.97% | - |
| XYZ | 40.26 | 70.07 | 34.7 | - |
| YUV | 180.81 | 102.7 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 136 | 0.73 | 0 | 0.45 | 0.03 | 143.08 | 0.93 | 0.62 |
| Hex | 42 | F8 | 88 | 49 | 0 | 2D | 3 | 8F | 5D | 3E |
| Octal | 102 | 370 | 210 | 111 | 0 | 55 | 3 | 217 | 135 | 76 |
| Binary | 1000010 | 11111000 | 10001000 | 1001001 | 0 | 101101 | 11 | 10001111 | 1011101 | 111110 |
Color Harmonies of #42F888
Complementary color
Monochromatic Colors of #42F888
Black with #42F888
Text Example
Text Example
White with #42F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F888; }
p { color: rgb(66,248,136); }
H1.HeaderClassName
{
color: #42F888;
}
.AnyTagClassName
{
color: #42F888;
}
</style>
background-color css
<style>
a { background-color: #42F888; }
a { background-color: rgb(66,248,136); }
div.DivClassName
{
background-color: #42F888;
}
.BgClassName
{
background-color: #42F888;
}
</style>
border-color css
<style>
span { border-color: #42F888; }
span { border-color: rgb(66,248,136); }
td.TdClassName
{
border-color: #42F888;
}
.TagClassName
{
border-color: #42F888;
}
</style>