Shades of Emerald #40D085
Tints of Emerald #40D085
RGB
CMYK
RGB Variations
Color information
#40D085 (or 0x40D085) is known color: Emerald. HEX triplet: 40, D0 and 85. RGB value is (64,208,133). Sum of RGB (Red+Green+Blue) = 64+208+133=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #40D085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D085 is #BF2F7A. Grayscale: #9C9C9C. Windows color (decimal): -12529531 or 8769600. OLE color: 8769600.
HSL color Cylindrical-coordinate representation of color #40D085: hue angle of 148.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D085 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 133 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.18 |
| HSL | 148.75º | 0.61% | 0.53% | - |
| HSV(B) | 148.75º | 0.69% | 0.82% | - |
| XYZ | 28.9 | 47.9 | 29.91 | - |
| YUV | 156.39 | 114.79 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 133 | 0.69 | 0 | 0.36 | 0.18 | 148.75 | 0.61 | 0.53 |
| Hex | 40 | D0 | 85 | 45 | 0 | 24 | 12 | 95 | 3D | 35 |
| Octal | 100 | 320 | 205 | 105 | 0 | 44 | 22 | 225 | 75 | 65 |
| Binary | 1000000 | 11010000 | 10000101 | 1000101 | 0 | 100100 | 10010 | 10010101 | 111101 | 110101 |
Color Harmonies of #40D085
Complementary color
Monochromatic Colors of #40D085
Black with #40D085
Text Example
Text Example
White with #40D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D085; }
p { color: rgb(64,208,133); }
H1.HeaderClassName
{
color: #40D085;
}
.AnyTagClassName
{
color: #40D085;
}
</style>
background-color css
<style>
a { background-color: #40D085; }
a { background-color: rgb(64,208,133); }
div.DivClassName
{
background-color: #40D085;
}
.BgClassName
{
background-color: #40D085;
}
</style>
border-color css
<style>
span { border-color: #40D085; }
span { border-color: rgb(64,208,133); }
td.TdClassName
{
border-color: #40D085;
}
.TagClassName
{
border-color: #40D085;
}
</style>