Shades of Emerald #40FB84
Tints of Emerald #40FB84
RGB
CMYK
RGB Variations
Color information
#40FB84 (or 0x40FB84) is known color: Emerald. HEX triplet: 40, FB and 84. RGB value is (64,251,132). Sum of RGB (Red+Green+Blue) = 64+251+132=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FB84 is #BF047B. Grayscale: #B5B5B5. Windows color (decimal): -12518524 or 8715072. OLE color: 8715072.
HSL color Cylindrical-coordinate representation of color #40FB84: hue angle of 141.82º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FB84 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 132 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.02 |
| HSL | 141.82º | 0.96% | 0.62% | - |
| HSV(B) | 141.82º | 0.75% | 0.98% | - |
| XYZ | 40.78 | 71.75 | 33.53 | - |
| YUV | 181.52 | 100.05 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 132 | 0.75 | 0 | 0.47 | 0.02 | 141.82 | 0.96 | 0.62 |
| Hex | 40 | FB | 84 | 4B | 0 | 2F | 2 | 8E | 60 | 3E |
| Octal | 100 | 373 | 204 | 113 | 0 | 57 | 2 | 216 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10000100 | 1001011 | 0 | 101111 | 10 | 10001110 | 1100000 | 111110 |
Color Harmonies of #40FB84
Complementary color
Monochromatic Colors of #40FB84
Black with #40FB84
Text Example
Text Example
White with #40FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FB84; }
p { color: rgb(64,251,132); }
H1.HeaderClassName
{
color: #40FB84;
}
.AnyTagClassName
{
color: #40FB84;
}
</style>
background-color css
<style>
a { background-color: #40FB84; }
a { background-color: rgb(64,251,132); }
div.DivClassName
{
background-color: #40FB84;
}
.BgClassName
{
background-color: #40FB84;
}
</style>
border-color css
<style>
span { border-color: #40FB84; }
span { border-color: rgb(64,251,132); }
td.TdClassName
{
border-color: #40FB84;
}
.TagClassName
{
border-color: #40FB84;
}
</style>