Shades of Emerald #40CA85
Tints of Emerald #40CA85
RGB
CMYK
RGB Variations
Color information
#40CA85 (or 0x40CA85) is known color: Emerald. HEX triplet: 40, CA and 85. RGB value is (64,202,133). Sum of RGB (Red+Green+Blue) = 64+202+133=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CA85 is #BF357A. Grayscale: #999999. Windows color (decimal): -12531067 or 8768064. OLE color: 8768064.
HSL color Cylindrical-coordinate representation of color #40CA85: hue angle of 150º 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 #40CA85 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 133 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.21 |
| HSL | 150º | 0.57% | 0.52% | - |
| HSV(B) | 150º | 0.68% | 0.79% | - |
| XYZ | 27.47 | 45.02 | 29.43 | - |
| YUV | 152.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 133 | 0.68 | 0 | 0.34 | 0.21 | 150 | 0.57 | 0.52 |
| Hex | 40 | CA | 85 | 44 | 0 | 22 | 15 | 96 | 39 | 34 |
| Octal | 100 | 312 | 205 | 104 | 0 | 42 | 25 | 226 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10000101 | 1000100 | 0 | 100010 | 10101 | 10010110 | 111001 | 110100 |
Color Harmonies of #40CA85
Complementary color
Monochromatic Colors of #40CA85
Black with #40CA85
Text Example
Text Example
White with #40CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA85; }
p { color: rgb(64,202,133); }
H1.HeaderClassName
{
color: #40CA85;
}
.AnyTagClassName
{
color: #40CA85;
}
</style>
background-color css
<style>
a { background-color: #40CA85; }
a { background-color: rgb(64,202,133); }
div.DivClassName
{
background-color: #40CA85;
}
.BgClassName
{
background-color: #40CA85;
}
</style>
border-color css
<style>
span { border-color: #40CA85; }
span { border-color: rgb(64,202,133); }
td.TdClassName
{
border-color: #40CA85;
}
.TagClassName
{
border-color: #40CA85;
}
</style>