Shades of Emerald #40CA59
Tints of Emerald #40CA59
RGB
CMYK
RGB Variations
Color information
#40CA59 (or 0x40CA59) is known color: Emerald. HEX triplet: 40, CA and 59. RGB value is (64,202,89). Sum of RGB (Red+Green+Blue) = 64+202+89=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA59 is #BF35A6. Grayscale: #949494. Windows color (decimal): -12531111 or 5884480. OLE color: 5884480.
HSL color Cylindrical-coordinate representation of color #40CA59: hue angle of 130.87º degrees, saturation: 0.57, 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 #40CA59 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 89 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.21 |
| HSL | 130.87º | 0.57% | 0.52% | - |
| HSV(B) | 130.87º | 0.68% | 0.79% | - |
| XYZ | 25.04 | 44.05 | 16.63 | - |
| YUV | 147.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 89 | 0.68 | 0 | 0.56 | 0.21 | 130.87 | 0.57 | 0.52 |
| Hex | 40 | CA | 59 | 44 | 0 | 38 | 15 | 83 | 39 | 34 |
| Octal | 100 | 312 | 131 | 104 | 0 | 70 | 25 | 203 | 71 | 64 |
| Binary | 1000000 | 11001010 | 1011001 | 1000100 | 0 | 111000 | 10101 | 10000011 | 111001 | 110100 |
Color Harmonies of #40CA59
Complementary color
Monochromatic Colors of #40CA59
Black with #40CA59
Text Example
Text Example
White with #40CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA59; }
p { color: rgb(64,202,89); }
H1.HeaderClassName
{
color: #40CA59;
}
.AnyTagClassName
{
color: #40CA59;
}
</style>
background-color css
<style>
a { background-color: #40CA59; }
a { background-color: rgb(64,202,89); }
div.DivClassName
{
background-color: #40CA59;
}
.BgClassName
{
background-color: #40CA59;
}
</style>
border-color css
<style>
span { border-color: #40CA59; }
span { border-color: rgb(64,202,89); }
td.TdClassName
{
border-color: #40CA59;
}
.TagClassName
{
border-color: #40CA59;
}
</style>