Shades of Emerald #40EF6D
Tints of Emerald #40EF6D
RGB
CMYK
RGB Variations
Color information
#40EF6D (or 0x40EF6D) is known color: Emerald. HEX triplet: 40, EF and 6D. RGB value is (64,239,109). Sum of RGB (Red+Green+Blue) = 64+239+109=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EF6D is #BF1092. Grayscale: #ACACAC. Windows color (decimal): -12521619 or 7204672. OLE color: 7204672.
HSL color Cylindrical-coordinate representation of color #40EF6D: hue angle of 135.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EF6D is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 109 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.06 |
| HSL | 135.43º | 0.85% | 0.59% | - |
| HSV(B) | 135.43º | 0.73% | 0.94% | - |
| XYZ | 35.74 | 63.93 | 24.92 | - |
| YUV | 171.86 | 92.52 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 109 | 0.73 | 0 | 0.54 | 0.06 | 135.43 | 0.85 | 0.59 |
| Hex | 40 | EF | 6D | 49 | 0 | 36 | 6 | 87 | 55 | 3B |
| Octal | 100 | 357 | 155 | 111 | 0 | 66 | 6 | 207 | 125 | 73 |
| Binary | 1000000 | 11101111 | 1101101 | 1001001 | 0 | 110110 | 110 | 10000111 | 1010101 | 111011 |
Color Harmonies of #40EF6D
Complementary color
Monochromatic Colors of #40EF6D
Black with #40EF6D
Text Example
Text Example
White with #40EF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF6D; }
p { color: rgb(64,239,109); }
H1.HeaderClassName
{
color: #40EF6D;
}
.AnyTagClassName
{
color: #40EF6D;
}
</style>
background-color css
<style>
a { background-color: #40EF6D; }
a { background-color: rgb(64,239,109); }
div.DivClassName
{
background-color: #40EF6D;
}
.BgClassName
{
background-color: #40EF6D;
}
</style>
border-color css
<style>
span { border-color: #40EF6D; }
span { border-color: rgb(64,239,109); }
td.TdClassName
{
border-color: #40EF6D;
}
.TagClassName
{
border-color: #40EF6D;
}
</style>