Shades of Emerald #40C96E
Tints of Emerald #40C96E
RGB
CMYK
RGB Variations
Color information
#40C96E (or 0x40C96E) is known color: Emerald. HEX triplet: 40, C9 and 6E. RGB value is (64,201,110). Sum of RGB (Red+Green+Blue) = 64+201+110=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #40C96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C96E is #BF3691. Grayscale: #959595. Windows color (decimal): -12531346 or 7260480. OLE color: 7260480.
HSL color Cylindrical-coordinate representation of color #40C96E: hue angle of 140.15º 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 #40C96E is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 110 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.21 |
| HSL | 140.15º | 0.56% | 0.52% | - |
| HSV(B) | 140.15º | 0.68% | 0.79% | - |
| XYZ | 25.82 | 43.99 | 21.88 | - |
| YUV | 149.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 110 | 0.68 | 0 | 0.45 | 0.21 | 140.15 | 0.56 | 0.52 |
| Hex | 40 | C9 | 6E | 44 | 0 | 2D | 15 | 8C | 38 | 34 |
| Octal | 100 | 311 | 156 | 104 | 0 | 55 | 25 | 214 | 70 | 64 |
| Binary | 1000000 | 11001001 | 1101110 | 1000100 | 0 | 101101 | 10101 | 10001100 | 111000 | 110100 |
Color Harmonies of #40C96E
Complementary color
Monochromatic Colors of #40C96E
Black with #40C96E
Text Example
Text Example
White with #40C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C96E; }
p { color: rgb(64,201,110); }
H1.HeaderClassName
{
color: #40C96E;
}
.AnyTagClassName
{
color: #40C96E;
}
</style>
background-color css
<style>
a { background-color: #40C96E; }
a { background-color: rgb(64,201,110); }
div.DivClassName
{
background-color: #40C96E;
}
.BgClassName
{
background-color: #40C96E;
}
</style>
border-color css
<style>
span { border-color: #40C96E; }
span { border-color: rgb(64,201,110); }
td.TdClassName
{
border-color: #40C96E;
}
.TagClassName
{
border-color: #40C96E;
}
</style>