Shades of Emerald #40DF81
Tints of Emerald #40DF81
RGB
CMYK
RGB Variations
Color information
#40DF81 (or 0x40DF81) is known color: Emerald. HEX triplet: 40, DF and 81. RGB value is (64,223,129). Sum of RGB (Red+Green+Blue) = 64+223+129=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DF81 is #BF207E. Grayscale: #A4A4A4. Windows color (decimal): -12525695 or 8511296. OLE color: 8511296.
HSL color Cylindrical-coordinate representation of color #40DF81: hue angle of 144.53º 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 #40DF81 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 129 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.13 |
| HSL | 144.53º | 0.71% | 0.56% | - |
| HSV(B) | 144.53º | 0.71% | 0.87% | - |
| XYZ | 32.46 | 55.45 | 29.76 | - |
| YUV | 164.74 | 107.82 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 129 | 0.71 | 0 | 0.42 | 0.13 | 144.53 | 0.71 | 0.56 |
| Hex | 40 | DF | 81 | 47 | 0 | 2A | D | 91 | 47 | 38 |
| Octal | 100 | 337 | 201 | 107 | 0 | 52 | 15 | 221 | 107 | 70 |
| Binary | 1000000 | 11011111 | 10000001 | 1000111 | 0 | 101010 | 1101 | 10010001 | 1000111 | 111000 |
Color Harmonies of #40DF81
Complementary color
Monochromatic Colors of #40DF81
Black with #40DF81
Text Example
Text Example
White with #40DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF81; }
p { color: rgb(64,223,129); }
H1.HeaderClassName
{
color: #40DF81;
}
.AnyTagClassName
{
color: #40DF81;
}
</style>
background-color css
<style>
a { background-color: #40DF81; }
a { background-color: rgb(64,223,129); }
div.DivClassName
{
background-color: #40DF81;
}
.BgClassName
{
background-color: #40DF81;
}
</style>
border-color css
<style>
span { border-color: #40DF81; }
span { border-color: rgb(64,223,129); }
td.TdClassName
{
border-color: #40DF81;
}
.TagClassName
{
border-color: #40DF81;
}
</style>