Shades of Emerald #40CE85
Tints of Emerald #40CE85
RGB
CMYK
RGB Variations
Color information
#40CE85 (or 0x40CE85) is known color: Emerald. HEX triplet: 40, CE and 85. RGB value is (64,206,133). Sum of RGB (Red+Green+Blue) = 64+206+133=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CE85 is #BF317A. Grayscale: #9B9B9B. Windows color (decimal): -12530043 or 8769088. OLE color: 8769088.
HSL color Cylindrical-coordinate representation of color #40CE85: hue angle of 149.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE85 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 133 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.19 |
| HSL | 149.15º | 0.59% | 0.53% | - |
| HSV(B) | 149.15º | 0.69% | 0.81% | - |
| XYZ | 28.42 | 46.93 | 29.75 | - |
| YUV | 155.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 133 | 0.69 | 0 | 0.35 | 0.19 | 149.15 | 0.59 | 0.53 |
| Hex | 40 | CE | 85 | 45 | 0 | 23 | 13 | 95 | 3B | 35 |
| Octal | 100 | 316 | 205 | 105 | 0 | 43 | 23 | 225 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10000101 | 1000101 | 0 | 100011 | 10011 | 10010101 | 111011 | 110101 |
Color Harmonies of #40CE85
Complementary color
Monochromatic Colors of #40CE85
Black with #40CE85
Text Example
Text Example
White with #40CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE85; }
p { color: rgb(64,206,133); }
H1.HeaderClassName
{
color: #40CE85;
}
.AnyTagClassName
{
color: #40CE85;
}
</style>
background-color css
<style>
a { background-color: #40CE85; }
a { background-color: rgb(64,206,133); }
div.DivClassName
{
background-color: #40CE85;
}
.BgClassName
{
background-color: #40CE85;
}
</style>
border-color css
<style>
span { border-color: #40CE85; }
span { border-color: rgb(64,206,133); }
td.TdClassName
{
border-color: #40CE85;
}
.TagClassName
{
border-color: #40CE85;
}
</style>