Shades of Emerald #40D864
Tints of Emerald #40D864
RGB
CMYK
RGB Variations
Color information
#40D864 (or 0x40D864) is known color: Emerald. HEX triplet: 40, D8 and 64. RGB value is (64,216,100). Sum of RGB (Red+Green+Blue) = 64+216+100=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #40D864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D864 is #BF279B. Grayscale: #9D9D9D. Windows color (decimal): -12527516 or 6608960. OLE color: 6608960.
HSL color Cylindrical-coordinate representation of color #40D864: hue angle of 134.21º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D864 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 100 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.15 |
| HSL | 134.21º | 0.66% | 0.55% | - |
| HSV(B) | 134.21º | 0.7% | 0.85% | - |
| XYZ | 28.97 | 51.12 | 20.4 | - |
| YUV | 157.33 | 95.64 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 100 | 0.70 | 0 | 0.54 | 0.15 | 134.21 | 0.66 | 0.55 |
| Hex | 40 | D8 | 64 | 46 | 0 | 36 | F | 86 | 42 | 37 |
| Octal | 100 | 330 | 144 | 106 | 0 | 66 | 17 | 206 | 102 | 67 |
| Binary | 1000000 | 11011000 | 1100100 | 1000110 | 0 | 110110 | 1111 | 10000110 | 1000010 | 110111 |
Color Harmonies of #40D864
Complementary color
Monochromatic Colors of #40D864
Black with #40D864
Text Example
Text Example
White with #40D864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D864; }
p { color: rgb(64,216,100); }
H1.HeaderClassName
{
color: #40D864;
}
.AnyTagClassName
{
color: #40D864;
}
</style>
background-color css
<style>
a { background-color: #40D864; }
a { background-color: rgb(64,216,100); }
div.DivClassName
{
background-color: #40D864;
}
.BgClassName
{
background-color: #40D864;
}
</style>
border-color css
<style>
span { border-color: #40D864; }
span { border-color: rgb(64,216,100); }
td.TdClassName
{
border-color: #40D864;
}
.TagClassName
{
border-color: #40D864;
}
</style>