Shades of Emerald #40D97B
Tints of Emerald #40D97B
RGB
CMYK
RGB Variations
Color information
#40D97B (or 0x40D97B) is known color: Emerald. HEX triplet: 40, D9 and 7B. RGB value is (64,217,123). Sum of RGB (Red+Green+Blue) = 64+217+123=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #40D97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D97B is #BF2684. Grayscale: #A0A0A0. Windows color (decimal): -12527237 or 8116544. OLE color: 8116544.
HSL color Cylindrical-coordinate representation of color #40D97B: hue angle of 143.14º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D97B is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 123 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.15 |
| HSL | 143.14º | 0.67% | 0.55% | - |
| HSV(B) | 143.14º | 0.71% | 0.85% | - |
| XYZ | 30.5 | 52.15 | 27.2 | - |
| YUV | 160.54 | 106.81 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 123 | 0.71 | 0 | 0.43 | 0.15 | 143.14 | 0.67 | 0.55 |
| Hex | 40 | D9 | 7B | 47 | 0 | 2B | F | 8F | 43 | 37 |
| Octal | 100 | 331 | 173 | 107 | 0 | 53 | 17 | 217 | 103 | 67 |
| Binary | 1000000 | 11011001 | 1111011 | 1000111 | 0 | 101011 | 1111 | 10001111 | 1000011 | 110111 |
Color Harmonies of #40D97B
Complementary color
Monochromatic Colors of #40D97B
Black with #40D97B
Text Example
Text Example
White with #40D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D97B; }
p { color: rgb(64,217,123); }
H1.HeaderClassName
{
color: #40D97B;
}
.AnyTagClassName
{
color: #40D97B;
}
</style>
background-color css
<style>
a { background-color: #40D97B; }
a { background-color: rgb(64,217,123); }
div.DivClassName
{
background-color: #40D97B;
}
.BgClassName
{
background-color: #40D97B;
}
</style>
border-color css
<style>
span { border-color: #40D97B; }
span { border-color: rgb(64,217,123); }
td.TdClassName
{
border-color: #40D97B;
}
.TagClassName
{
border-color: #40D97B;
}
</style>