Shades of Emerald #40DF7D
Tints of Emerald #40DF7D
RGB
CMYK
RGB Variations
Color information
#40DF7D (or 0x40DF7D) is known color: Emerald. HEX triplet: 40, DF and 7D. RGB value is (64,223,125). Sum of RGB (Red+Green+Blue) = 64+223+125=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DF7D is #BF2082. Grayscale: #A4A4A4. Windows color (decimal): -12525699 or 8249152. OLE color: 8249152.
HSL color Cylindrical-coordinate representation of color #40DF7D: hue angle of 143.02º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DF7D is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 125 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.13 |
| HSL | 143.02º | 0.71% | 0.56% | - |
| HSV(B) | 143.02º | 0.71% | 0.87% | - |
| XYZ | 32.2 | 55.35 | 28.39 | - |
| YUV | 164.29 | 105.82 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 125 | 0.71 | 0 | 0.44 | 0.13 | 143.02 | 0.71 | 0.56 |
| Hex | 40 | DF | 7D | 47 | 0 | 2C | D | 8F | 47 | 38 |
| Octal | 100 | 337 | 175 | 107 | 0 | 54 | 15 | 217 | 107 | 70 |
| Binary | 1000000 | 11011111 | 1111101 | 1000111 | 0 | 101100 | 1101 | 10001111 | 1000111 | 111000 |
Color Harmonies of #40DF7D
Complementary color
Monochromatic Colors of #40DF7D
Black with #40DF7D
Text Example
Text Example
White with #40DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF7D; }
p { color: rgb(64,223,125); }
H1.HeaderClassName
{
color: #40DF7D;
}
.AnyTagClassName
{
color: #40DF7D;
}
</style>
background-color css
<style>
a { background-color: #40DF7D; }
a { background-color: rgb(64,223,125); }
div.DivClassName
{
background-color: #40DF7D;
}
.BgClassName
{
background-color: #40DF7D;
}
</style>
border-color css
<style>
span { border-color: #40DF7D; }
span { border-color: rgb(64,223,125); }
td.TdClassName
{
border-color: #40DF7D;
}
.TagClassName
{
border-color: #40DF7D;
}
</style>