Shades of Emerald #40D15A
Tints of Emerald #40D15A
RGB
CMYK
RGB Variations
Color information
#40D15A (or 0x40D15A) is known color: Emerald. HEX triplet: 40, D1 and 5A. RGB value is (64,209,90). Sum of RGB (Red+Green+Blue) = 64+209+90=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #40D15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D15A is #BF2EA5. Grayscale: #989898. Windows color (decimal): -12529318 or 5951808. OLE color: 5951808.
HSL color Cylindrical-coordinate representation of color #40D15A: hue angle of 130.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D15A is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 90 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.18 |
| HSL | 130.76º | 0.61% | 0.54% | - |
| HSV(B) | 130.76º | 0.69% | 0.82% | - |
| XYZ | 26.76 | 47.43 | 17.42 | - |
| YUV | 152.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 90 | 0.69 | 0 | 0.57 | 0.18 | 130.76 | 0.61 | 0.54 |
| Hex | 40 | D1 | 5A | 45 | 0 | 39 | 12 | 83 | 3D | 36 |
| Octal | 100 | 321 | 132 | 105 | 0 | 71 | 22 | 203 | 75 | 66 |
| Binary | 1000000 | 11010001 | 1011010 | 1000101 | 0 | 111001 | 10010 | 10000011 | 111101 | 110110 |
Color Harmonies of #40D15A
Complementary color
Monochromatic Colors of #40D15A
Black with #40D15A
Text Example
Text Example
White with #40D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D15A; }
p { color: rgb(64,209,90); }
H1.HeaderClassName
{
color: #40D15A;
}
.AnyTagClassName
{
color: #40D15A;
}
</style>
background-color css
<style>
a { background-color: #40D15A; }
a { background-color: rgb(64,209,90); }
div.DivClassName
{
background-color: #40D15A;
}
.BgClassName
{
background-color: #40D15A;
}
</style>
border-color css
<style>
span { border-color: #40D15A; }
span { border-color: rgb(64,209,90); }
td.TdClassName
{
border-color: #40D15A;
}
.TagClassName
{
border-color: #40D15A;
}
</style>