Shades of Emerald #40C882
Tints of Emerald #40C882
RGB
CMYK
RGB Variations
Color information
#40C882 (or 0x40C882) is known color: Emerald. HEX triplet: 40, C8 and 82. RGB value is (64,200,130). Sum of RGB (Red+Green+Blue) = 64+200+130=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #40C882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C882 is #BF377D. Grayscale: #979797. Windows color (decimal): -12531582 or 8570944. OLE color: 8570944.
HSL color Cylindrical-coordinate representation of color #40C882: hue angle of 149.12º 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 #40C882 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 130 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.22 |
| HSL | 149.12º | 0.55% | 0.52% | - |
| HSV(B) | 149.12º | 0.68% | 0.78% | - |
| XYZ | 26.8 | 44.01 | 28.2 | - |
| YUV | 151.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 130 | 0.68 | 0 | 0.35 | 0.22 | 149.12 | 0.55 | 0.52 |
| Hex | 40 | C8 | 82 | 44 | 0 | 23 | 16 | 95 | 37 | 34 |
| Octal | 100 | 310 | 202 | 104 | 0 | 43 | 26 | 225 | 67 | 64 |
| Binary | 1000000 | 11001000 | 10000010 | 1000100 | 0 | 100011 | 10110 | 10010101 | 110111 | 110100 |
Color Harmonies of #40C882
Complementary color
Monochromatic Colors of #40C882
Black with #40C882
Text Example
Text Example
White with #40C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C882; }
p { color: rgb(64,200,130); }
H1.HeaderClassName
{
color: #40C882;
}
.AnyTagClassName
{
color: #40C882;
}
</style>
background-color css
<style>
a { background-color: #40C882; }
a { background-color: rgb(64,200,130); }
div.DivClassName
{
background-color: #40C882;
}
.BgClassName
{
background-color: #40C882;
}
</style>
border-color css
<style>
span { border-color: #40C882; }
span { border-color: rgb(64,200,130); }
td.TdClassName
{
border-color: #40C882;
}
.TagClassName
{
border-color: #40C882;
}
</style>