Shades of Emerald #40C976
Tints of Emerald #40C976
RGB
CMYK
RGB Variations
Color information
#40C976 (or 0x40C976) is known color: Emerald. HEX triplet: 40, C9 and 76. RGB value is (64,201,118). Sum of RGB (Red+Green+Blue) = 64+201+118=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #40C976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C976 is #BF3689. Grayscale: #969696. Windows color (decimal): -12531338 or 7784768. OLE color: 7784768.
HSL color Cylindrical-coordinate representation of color #40C976: hue angle of 143.65º 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 #40C976 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 118 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.21 |
| HSL | 143.65º | 0.56% | 0.52% | - |
| HSV(B) | 143.65º | 0.68% | 0.79% | - |
| XYZ | 26.27 | 44.17 | 24.28 | - |
| YUV | 150.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 118 | 0.68 | 0 | 0.41 | 0.21 | 143.65 | 0.56 | 0.52 |
| Hex | 40 | C9 | 76 | 44 | 0 | 29 | 15 | 90 | 38 | 34 |
| Octal | 100 | 311 | 166 | 104 | 0 | 51 | 25 | 220 | 70 | 64 |
| Binary | 1000000 | 11001001 | 1110110 | 1000100 | 0 | 101001 | 10101 | 10010000 | 111000 | 110100 |
Color Harmonies of #40C976
Complementary color
Monochromatic Colors of #40C976
Black with #40C976
Text Example
Text Example
White with #40C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C976; }
p { color: rgb(64,201,118); }
H1.HeaderClassName
{
color: #40C976;
}
.AnyTagClassName
{
color: #40C976;
}
</style>
background-color css
<style>
a { background-color: #40C976; }
a { background-color: rgb(64,201,118); }
div.DivClassName
{
background-color: #40C976;
}
.BgClassName
{
background-color: #40C976;
}
</style>
border-color css
<style>
span { border-color: #40C976; }
span { border-color: rgb(64,201,118); }
td.TdClassName
{
border-color: #40C976;
}
.TagClassName
{
border-color: #40C976;
}
</style>