Shades of Emerald #40FE86
Tints of Emerald #40FE86
RGB
CMYK
RGB Variations
Color information
#40FE86 (or 0x40FE86) is known color: Emerald. HEX triplet: 40, FE and 86. RGB value is (64,254,134). Sum of RGB (Red+Green+Blue) = 64+254+134=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FE86 is #BF0179. Grayscale: #B7B7B7. Windows color (decimal): -12517754 or 8846912. OLE color: 8846912.
HSL color Cylindrical-coordinate representation of color #40FE86: hue angle of 142.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FE86 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 134 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.00 |
| HSL | 142.11º | 0.99% | 0.62% | - |
| HSV(B) | 142.11º | 0.75% | 1% | - |
| XYZ | 41.86 | 73.69 | 34.57 | - |
| YUV | 183.51 | 100.05 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 134 | 0.75 | 0 | 0.47 | 0.00 | 142.11 | 0.99 | 0.62 |
| Hex | 40 | FE | 86 | 4B | 0 | 2F | 0 | 8E | 63 | 3E |
| Octal | 100 | 376 | 206 | 113 | 0 | 57 | 0 | 216 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10000110 | 1001011 | 0 | 101111 | 0 | 10001110 | 1100011 | 111110 |
Color Harmonies of #40FE86
Complementary color
Monochromatic Colors of #40FE86
Black with #40FE86
Text Example
Text Example
White with #40FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE86; }
p { color: rgb(64,254,134); }
H1.HeaderClassName
{
color: #40FE86;
}
.AnyTagClassName
{
color: #40FE86;
}
</style>
background-color css
<style>
a { background-color: #40FE86; }
a { background-color: rgb(64,254,134); }
div.DivClassName
{
background-color: #40FE86;
}
.BgClassName
{
background-color: #40FE86;
}
</style>
border-color css
<style>
span { border-color: #40FE86; }
span { border-color: rgb(64,254,134); }
td.TdClassName
{
border-color: #40FE86;
}
.TagClassName
{
border-color: #40FE86;
}
</style>