Shades of Emerald #40D280
Tints of Emerald #40D280
RGB
CMYK
RGB Variations
Color information
#40D280 (or 0x40D280) is known color: Emerald. HEX triplet: 40, D2 and 80. RGB value is (64,210,128). Sum of RGB (Red+Green+Blue) = 64+210+128=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #40D280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D280 is #BF2D7F. Grayscale: #9D9D9D. Windows color (decimal): -12529024 or 8442432. OLE color: 8442432.
HSL color Cylindrical-coordinate representation of color #40D280: hue angle of 146.3º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D280 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 128 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.18 |
| HSL | 146.3º | 0.62% | 0.54% | - |
| HSV(B) | 146.3º | 0.7% | 0.82% | - |
| XYZ | 29.06 | 48.74 | 28.3 | - |
| YUV | 157 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 128 | 0.70 | 0 | 0.39 | 0.18 | 146.3 | 0.62 | 0.54 |
| Hex | 40 | D2 | 80 | 46 | 0 | 27 | 12 | 92 | 3E | 36 |
| Octal | 100 | 322 | 200 | 106 | 0 | 47 | 22 | 222 | 76 | 66 |
| Binary | 1000000 | 11010010 | 10000000 | 1000110 | 0 | 100111 | 10010 | 10010010 | 111110 | 110110 |
Color Harmonies of #40D280
Complementary color
Monochromatic Colors of #40D280
Black with #40D280
Text Example
Text Example
White with #40D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D280; }
p { color: rgb(64,210,128); }
H1.HeaderClassName
{
color: #40D280;
}
.AnyTagClassName
{
color: #40D280;
}
</style>
background-color css
<style>
a { background-color: #40D280; }
a { background-color: rgb(64,210,128); }
div.DivClassName
{
background-color: #40D280;
}
.BgClassName
{
background-color: #40D280;
}
</style>
border-color css
<style>
span { border-color: #40D280; }
span { border-color: rgb(64,210,128); }
td.TdClassName
{
border-color: #40D280;
}
.TagClassName
{
border-color: #40D280;
}
</style>