Shades of Emerald #40CA60
Tints of Emerald #40CA60
RGB
CMYK
RGB Variations
Color information
#40CA60 (or 0x40CA60) is known color: Emerald. HEX triplet: 40, CA and 60. RGB value is (64,202,96). Sum of RGB (Red+Green+Blue) = 64+202+96=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA60 is #BF359F. Grayscale: #949494. Windows color (decimal): -12531104 or 6343232. OLE color: 6343232.
HSL color Cylindrical-coordinate representation of color #40CA60: hue angle of 133.91º 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 #40CA60 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 96 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.21 |
| HSL | 133.91º | 0.57% | 0.52% | - |
| HSV(B) | 133.91º | 0.68% | 0.79% | - |
| XYZ | 25.35 | 44.18 | 18.26 | - |
| YUV | 148.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 96 | 0.68 | 0 | 0.52 | 0.21 | 133.91 | 0.57 | 0.52 |
| Hex | 40 | CA | 60 | 44 | 0 | 34 | 15 | 86 | 39 | 34 |
| Octal | 100 | 312 | 140 | 104 | 0 | 64 | 25 | 206 | 71 | 64 |
| Binary | 1000000 | 11001010 | 1100000 | 1000100 | 0 | 110100 | 10101 | 10000110 | 111001 | 110100 |
Color Harmonies of #40CA60
Complementary color
Monochromatic Colors of #40CA60
Black with #40CA60
Text Example
Text Example
White with #40CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA60; }
p { color: rgb(64,202,96); }
H1.HeaderClassName
{
color: #40CA60;
}
.AnyTagClassName
{
color: #40CA60;
}
</style>
background-color css
<style>
a { background-color: #40CA60; }
a { background-color: rgb(64,202,96); }
div.DivClassName
{
background-color: #40CA60;
}
.BgClassName
{
background-color: #40CA60;
}
</style>
border-color css
<style>
span { border-color: #40CA60; }
span { border-color: rgb(64,202,96); }
td.TdClassName
{
border-color: #40CA60;
}
.TagClassName
{
border-color: #40CA60;
}
</style>