Shades of Emerald #40DC6F
Tints of Emerald #40DC6F
RGB
CMYK
RGB Variations
Color information
#40DC6F (or 0x40DC6F) is known color: Emerald. HEX triplet: 40, DC and 6F. RGB value is (64,220,111). Sum of RGB (Red+Green+Blue) = 64+220+111=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DC6F is #BF2390. Grayscale: #A1A1A1. Windows color (decimal): -12526481 or 7330880. OLE color: 7330880.
HSL color Cylindrical-coordinate representation of color #40DC6F: hue angle of 138.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DC6F is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 220 | 111 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.14 |
| HSL | 138.08º | 0.69% | 0.56% | - |
| HSV(B) | 138.08º | 0.71% | 0.86% | - |
| XYZ | 30.58 | 53.42 | 23.74 | - |
| YUV | 160.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 111 | 0.71 | 0 | 0.50 | 0.14 | 138.08 | 0.69 | 0.56 |
| Hex | 40 | DC | 6F | 47 | 0 | 32 | E | 8A | 45 | 38 |
| Octal | 100 | 334 | 157 | 107 | 0 | 62 | 16 | 212 | 105 | 70 |
| Binary | 1000000 | 11011100 | 1101111 | 1000111 | 0 | 110010 | 1110 | 10001010 | 1000101 | 111000 |
Color Harmonies of #40DC6F
Complementary color
Monochromatic Colors of #40DC6F
Black with #40DC6F
Text Example
Text Example
White with #40DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DC6F; }
p { color: rgb(64,220,111); }
H1.HeaderClassName
{
color: #40DC6F;
}
.AnyTagClassName
{
color: #40DC6F;
}
</style>
background-color css
<style>
a { background-color: #40DC6F; }
a { background-color: rgb(64,220,111); }
div.DivClassName
{
background-color: #40DC6F;
}
.BgClassName
{
background-color: #40DC6F;
}
</style>
border-color css
<style>
span { border-color: #40DC6F; }
span { border-color: rgb(64,220,111); }
td.TdClassName
{
border-color: #40DC6F;
}
.TagClassName
{
border-color: #40DC6F;
}
</style>