Shades of Emerald #40C582
Tints of Emerald #40C582
RGB
CMYK
RGB Variations
Color information
#40C582 (or 0x40C582) is known color: Emerald. HEX triplet: 40, C5 and 82. RGB value is (64,197,130). Sum of RGB (Red+Green+Blue) = 64+197+130=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #40C582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C582 is #BF3A7D. Grayscale: #959595. Windows color (decimal): -12532350 or 8570176. OLE color: 8570176.
HSL color Cylindrical-coordinate representation of color #40C582: hue angle of 149.77º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C582 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 130 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.23 |
| HSL | 149.77º | 0.53% | 0.51% | - |
| HSV(B) | 149.77º | 0.68% | 0.77% | - |
| XYZ | 26.11 | 42.63 | 27.97 | - |
| YUV | 149.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 130 | 0.68 | 0 | 0.34 | 0.23 | 149.77 | 0.53 | 0.51 |
| Hex | 40 | C5 | 82 | 44 | 0 | 22 | 17 | 96 | 35 | 33 |
| Octal | 100 | 305 | 202 | 104 | 0 | 42 | 27 | 226 | 65 | 63 |
| Binary | 1000000 | 11000101 | 10000010 | 1000100 | 0 | 100010 | 10111 | 10010110 | 110101 | 110011 |
Color Harmonies of #40C582
Complementary color
Monochromatic Colors of #40C582
Black with #40C582
Text Example
Text Example
White with #40C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C582; }
p { color: rgb(64,197,130); }
H1.HeaderClassName
{
color: #40C582;
}
.AnyTagClassName
{
color: #40C582;
}
</style>
background-color css
<style>
a { background-color: #40C582; }
a { background-color: rgb(64,197,130); }
div.DivClassName
{
background-color: #40C582;
}
.BgClassName
{
background-color: #40C582;
}
</style>
border-color css
<style>
span { border-color: #40C582; }
span { border-color: rgb(64,197,130); }
td.TdClassName
{
border-color: #40C582;
}
.TagClassName
{
border-color: #40C582;
}
</style>