Shades of Emerald #40CA86
Tints of Emerald #40CA86
RGB
CMYK
RGB Variations
Color information
#40CA86 (or 0x40CA86) is known color: Emerald. HEX triplet: 40, CA and 86. RGB value is (64,202,134). Sum of RGB (Red+Green+Blue) = 64+202+134=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CA86 is #BF3579. Grayscale: #999999. Windows color (decimal): -12531066 or 8833600. OLE color: 8833600.
HSL color Cylindrical-coordinate representation of color #40CA86: hue angle of 150.43º 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 #40CA86 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 134 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.21 |
| HSL | 150.43º | 0.57% | 0.52% | - |
| HSV(B) | 150.43º | 0.68% | 0.79% | - |
| XYZ | 27.54 | 45.05 | 29.8 | - |
| YUV | 152.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 134 | 0.68 | 0 | 0.34 | 0.21 | 150.43 | 0.57 | 0.52 |
| Hex | 40 | CA | 86 | 44 | 0 | 22 | 15 | 96 | 39 | 34 |
| Octal | 100 | 312 | 206 | 104 | 0 | 42 | 25 | 226 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10000110 | 1000100 | 0 | 100010 | 10101 | 10010110 | 111001 | 110100 |
Color Harmonies of #40CA86
Complementary color
Monochromatic Colors of #40CA86
Black with #40CA86
Text Example
Text Example
White with #40CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA86; }
p { color: rgb(64,202,134); }
H1.HeaderClassName
{
color: #40CA86;
}
.AnyTagClassName
{
color: #40CA86;
}
</style>
background-color css
<style>
a { background-color: #40CA86; }
a { background-color: rgb(64,202,134); }
div.DivClassName
{
background-color: #40CA86;
}
.BgClassName
{
background-color: #40CA86;
}
</style>
border-color css
<style>
span { border-color: #40CA86; }
span { border-color: rgb(64,202,134); }
td.TdClassName
{
border-color: #40CA86;
}
.TagClassName
{
border-color: #40CA86;
}
</style>