Shades of Emerald #40D584
Tints of Emerald #40D584
RGB
CMYK
RGB Variations
Color information
#40D584 (or 0x40D584) is known color: Emerald. HEX triplet: 40, D5 and 84. RGB value is (64,213,132). Sum of RGB (Red+Green+Blue) = 64+213+132=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #40D584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D584 is #BF2A7B. Grayscale: #9F9F9F. Windows color (decimal): -12528252 or 8705344. OLE color: 8705344.
HSL color Cylindrical-coordinate representation of color #40D584: hue angle of 147.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D584 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 132 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.16 |
| HSL | 147.38º | 0.64% | 0.54% | - |
| HSV(B) | 147.38º | 0.7% | 0.84% | - |
| XYZ | 30.07 | 50.34 | 29.96 | - |
| YUV | 159.22 | 112.64 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 132 | 0.70 | 0 | 0.38 | 0.16 | 147.38 | 0.64 | 0.54 |
| Hex | 40 | D5 | 84 | 46 | 0 | 26 | 10 | 93 | 40 | 36 |
| Octal | 100 | 325 | 204 | 106 | 0 | 46 | 20 | 223 | 100 | 66 |
| Binary | 1000000 | 11010101 | 10000100 | 1000110 | 0 | 100110 | 10000 | 10010011 | 1000000 | 110110 |
Color Harmonies of #40D584
Complementary color
Monochromatic Colors of #40D584
Black with #40D584
Text Example
Text Example
White with #40D584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D584; }
p { color: rgb(64,213,132); }
H1.HeaderClassName
{
color: #40D584;
}
.AnyTagClassName
{
color: #40D584;
}
</style>
background-color css
<style>
a { background-color: #40D584; }
a { background-color: rgb(64,213,132); }
div.DivClassName
{
background-color: #40D584;
}
.BgClassName
{
background-color: #40D584;
}
</style>
border-color css
<style>
span { border-color: #40D584; }
span { border-color: rgb(64,213,132); }
td.TdClassName
{
border-color: #40D584;
}
.TagClassName
{
border-color: #40D584;
}
</style>