Shades of Emerald #40D165
Tints of Emerald #40D165
RGB
CMYK
RGB Variations
Color information
#40D165 (or 0x40D165) is known color: Emerald. HEX triplet: 40, D1 and 65. RGB value is (64,209,101). Sum of RGB (Red+Green+Blue) = 64+209+101=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #40D165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D165 is #BF2E9A. Grayscale: #999999. Windows color (decimal): -12529307 or 6672704. OLE color: 6672704.
HSL color Cylindrical-coordinate representation of color #40D165: hue angle of 135.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D165 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 101 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.18 |
| HSL | 135.31º | 0.61% | 0.54% | - |
| HSV(B) | 135.31º | 0.69% | 0.82% | - |
| XYZ | 27.26 | 47.63 | 20.07 | - |
| YUV | 153.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 101 | 0.69 | 0 | 0.52 | 0.18 | 135.31 | 0.61 | 0.54 |
| Hex | 40 | D1 | 65 | 45 | 0 | 34 | 12 | 87 | 3D | 36 |
| Octal | 100 | 321 | 145 | 105 | 0 | 64 | 22 | 207 | 75 | 66 |
| Binary | 1000000 | 11010001 | 1100101 | 1000101 | 0 | 110100 | 10010 | 10000111 | 111101 | 110110 |
Color Harmonies of #40D165
Complementary color
Monochromatic Colors of #40D165
Black with #40D165
Text Example
Text Example
White with #40D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D165; }
p { color: rgb(64,209,101); }
H1.HeaderClassName
{
color: #40D165;
}
.AnyTagClassName
{
color: #40D165;
}
</style>
background-color css
<style>
a { background-color: #40D165; }
a { background-color: rgb(64,209,101); }
div.DivClassName
{
background-color: #40D165;
}
.BgClassName
{
background-color: #40D165;
}
</style>
border-color css
<style>
span { border-color: #40D165; }
span { border-color: rgb(64,209,101); }
td.TdClassName
{
border-color: #40D165;
}
.TagClassName
{
border-color: #40D165;
}
</style>