Shades of Emerald #40C984
Tints of Emerald #40C984
RGB
CMYK
RGB Variations
Color information
#40C984 (or 0x40C984) is known color: Emerald. HEX triplet: 40, C9 and 84. RGB value is (64,201,132). Sum of RGB (Red+Green+Blue) = 64+201+132=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #40C984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C984 is #BF367B. Grayscale: #989898. Windows color (decimal): -12531324 or 8702272. OLE color: 8702272.
HSL color Cylindrical-coordinate representation of color #40C984: hue angle of 149.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C984 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 132 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.21 |
| HSL | 149.78º | 0.56% | 0.52% | - |
| HSV(B) | 149.78º | 0.68% | 0.79% | - |
| XYZ | 27.17 | 44.53 | 28.99 | - |
| YUV | 152.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 132 | 0.68 | 0 | 0.34 | 0.21 | 149.78 | 0.56 | 0.52 |
| Hex | 40 | C9 | 84 | 44 | 0 | 22 | 15 | 96 | 38 | 34 |
| Octal | 100 | 311 | 204 | 104 | 0 | 42 | 25 | 226 | 70 | 64 |
| Binary | 1000000 | 11001001 | 10000100 | 1000100 | 0 | 100010 | 10101 | 10010110 | 111000 | 110100 |
Color Harmonies of #40C984
Complementary color
Monochromatic Colors of #40C984
Black with #40C984
Text Example
Text Example
White with #40C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C984; }
p { color: rgb(64,201,132); }
H1.HeaderClassName
{
color: #40C984;
}
.AnyTagClassName
{
color: #40C984;
}
</style>
background-color css
<style>
a { background-color: #40C984; }
a { background-color: rgb(64,201,132); }
div.DivClassName
{
background-color: #40C984;
}
.BgClassName
{
background-color: #40C984;
}
</style>
border-color css
<style>
span { border-color: #40C984; }
span { border-color: rgb(64,201,132); }
td.TdClassName
{
border-color: #40C984;
}
.TagClassName
{
border-color: #40C984;
}
</style>