Shades of Emerald #42FD88
Tints of Emerald #42FD88
RGB
CMYK
RGB Variations
Color information
#42FD88 (or 0x42FD88) is known color: Emerald. HEX triplet: 42, FD and 88. RGB value is (66,253,136). Sum of RGB (Red+Green+Blue) = 66+253+136=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FD88 is #BD0277. Grayscale: #B8B8B8. Windows color (decimal): -12386936 or 8977730. OLE color: 8977730.
HSL color Cylindrical-coordinate representation of color #42FD88: hue angle of 142.46º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FD88 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 136 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.01 |
| HSL | 142.46º | 0.98% | 0.63% | - |
| HSV(B) | 142.46º | 0.74% | 0.99% | - |
| XYZ | 41.82 | 73.19 | 35.22 | - |
| YUV | 183.75 | 101.05 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 136 | 0.74 | 0 | 0.46 | 0.01 | 142.46 | 0.98 | 0.63 |
| Hex | 42 | FD | 88 | 4A | 0 | 2E | 1 | 8E | 62 | 3F |
| Octal | 102 | 375 | 210 | 112 | 0 | 56 | 1 | 216 | 142 | 77 |
| Binary | 1000010 | 11111101 | 10001000 | 1001010 | 0 | 101110 | 1 | 10001110 | 1100010 | 111111 |
Color Harmonies of #42FD88
Complementary color
Monochromatic Colors of #42FD88
Black with #42FD88
Text Example
Text Example
White with #42FD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FD88; }
p { color: rgb(66,253,136); }
H1.HeaderClassName
{
color: #42FD88;
}
.AnyTagClassName
{
color: #42FD88;
}
</style>
background-color css
<style>
a { background-color: #42FD88; }
a { background-color: rgb(66,253,136); }
div.DivClassName
{
background-color: #42FD88;
}
.BgClassName
{
background-color: #42FD88;
}
</style>
border-color css
<style>
span { border-color: #42FD88; }
span { border-color: rgb(66,253,136); }
td.TdClassName
{
border-color: #42FD88;
}
.TagClassName
{
border-color: #42FD88;
}
</style>