Shades of Emerald #40C863
Tints of Emerald #40C863
RGB
CMYK
RGB Variations
Color information
#40C863 (or 0x40C863) is known color: Emerald. HEX triplet: 40, C8 and 63. RGB value is (64,200,99). Sum of RGB (Red+Green+Blue) = 64+200+99=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #40C863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C863 is #BF379C. Grayscale: #949494. Windows color (decimal): -12531613 or 6539328. OLE color: 6539328.
HSL color Cylindrical-coordinate representation of color #40C863: hue angle of 135.44º 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 #40C863 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 99 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.22 |
| HSL | 135.44º | 0.55% | 0.52% | - |
| HSV(B) | 135.44º | 0.68% | 0.78% | - |
| XYZ | 25.02 | 43.3 | 18.84 | - |
| YUV | 147.82 | 100.44 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 99 | 0.68 | 0 | 0.50 | 0.22 | 135.44 | 0.55 | 0.52 |
| Hex | 40 | C8 | 63 | 44 | 0 | 32 | 16 | 87 | 37 | 34 |
| Octal | 100 | 310 | 143 | 104 | 0 | 62 | 26 | 207 | 67 | 64 |
| Binary | 1000000 | 11001000 | 1100011 | 1000100 | 0 | 110010 | 10110 | 10000111 | 110111 | 110100 |
Color Harmonies of #40C863
Complementary color
Monochromatic Colors of #40C863
Black with #40C863
Text Example
Text Example
White with #40C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C863; }
p { color: rgb(64,200,99); }
H1.HeaderClassName
{
color: #40C863;
}
.AnyTagClassName
{
color: #40C863;
}
</style>
background-color css
<style>
a { background-color: #40C863; }
a { background-color: rgb(64,200,99); }
div.DivClassName
{
background-color: #40C863;
}
.BgClassName
{
background-color: #40C863;
}
</style>
border-color css
<style>
span { border-color: #40C863; }
span { border-color: rgb(64,200,99); }
td.TdClassName
{
border-color: #40C863;
}
.TagClassName
{
border-color: #40C863;
}
</style>