Shades of Emerald #40C864
Tints of Emerald #40C864
RGB
CMYK
RGB Variations
Color information
#40C864 (or 0x40C864) is known color: Emerald. HEX triplet: 40, C8 and 64. RGB value is (64,200,100). Sum of RGB (Red+Green+Blue) = 64+200+100=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #40C864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C864 is #BF379B. Grayscale: #949494. Windows color (decimal): -12531612 or 6604864. OLE color: 6604864.
HSL color Cylindrical-coordinate representation of color #40C864: hue angle of 135.88º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C864 is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 100 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.22 |
| HSL | 135.88º | 0.55% | 0.52% | - |
| HSV(B) | 135.88º | 0.68% | 0.78% | - |
| XYZ | 25.07 | 43.32 | 19.1 | - |
| YUV | 147.94 | 100.94 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 100 | 0.68 | 0 | 0.5 | 0.22 | 135.88 | 0.55 | 0.52 |
| Hex | 40 | C8 | 64 | 44 | 0 | 32 | 16 | 88 | 37 | 34 |
| Octal | 100 | 310 | 144 | 104 | 0 | 62 | 26 | 210 | 67 | 64 |
| Binary | 1000000 | 11001000 | 1100100 | 1000100 | 0 | 110010 | 10110 | 10001000 | 110111 | 110100 |
Color Harmonies of #40C864
Complementary color
Monochromatic Colors of #40C864
Black with #40C864
Text Example
Text Example
White with #40C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C864; }
p { color: rgb(64,200,100); }
H1.HeaderClassName
{
color: #40C864;
}
.AnyTagClassName
{
color: #40C864;
}
</style>
background-color css
<style>
a { background-color: #40C864; }
a { background-color: rgb(64,200,100); }
div.DivClassName
{
background-color: #40C864;
}
.BgClassName
{
background-color: #40C864;
}
</style>
border-color css
<style>
span { border-color: #40C864; }
span { border-color: rgb(64,200,100); }
td.TdClassName
{
border-color: #40C864;
}
.TagClassName
{
border-color: #40C864;
}
</style>