Shades of Emerald #42FC86
Tints of Emerald #42FC86
RGB
CMYK
RGB Variations
Color information
#42FC86 (or 0x42FC86) is known color: Emerald. HEX triplet: 42, FC and 86. RGB value is (66,252,134). Sum of RGB (Red+Green+Blue) = 66+252+134=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FC86 is #BD0379. Grayscale: #B7B7B7. Windows color (decimal): -12387194 or 8846402. OLE color: 8846402.
HSL color Cylindrical-coordinate representation of color #42FC86: hue angle of 141.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FC86 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 134 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.01 |
| HSL | 141.94º | 0.97% | 0.62% | - |
| HSV(B) | 141.94º | 0.74% | 0.99% | - |
| XYZ | 41.36 | 72.5 | 34.37 | - |
| YUV | 182.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 134 | 0.74 | 0 | 0.47 | 0.01 | 141.94 | 0.97 | 0.62 |
| Hex | 42 | FC | 86 | 4A | 0 | 2F | 1 | 8E | 61 | 3E |
| Octal | 102 | 374 | 206 | 112 | 0 | 57 | 1 | 216 | 141 | 76 |
| Binary | 1000010 | 11111100 | 10000110 | 1001010 | 0 | 101111 | 1 | 10001110 | 1100001 | 111110 |
Color Harmonies of #42FC86
Complementary color
Monochromatic Colors of #42FC86
Black with #42FC86
Text Example
Text Example
White with #42FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FC86; }
p { color: rgb(66,252,134); }
H1.HeaderClassName
{
color: #42FC86;
}
.AnyTagClassName
{
color: #42FC86;
}
</style>
background-color css
<style>
a { background-color: #42FC86; }
a { background-color: rgb(66,252,134); }
div.DivClassName
{
background-color: #42FC86;
}
.BgClassName
{
background-color: #42FC86;
}
</style>
border-color css
<style>
span { border-color: #42FC86; }
span { border-color: rgb(66,252,134); }
td.TdClassName
{
border-color: #42FC86;
}
.TagClassName
{
border-color: #42FC86;
}
</style>