Shades of Emerald #40EC6A
Tints of Emerald #40EC6A
RGB
CMYK
RGB Variations
Color information
#40EC6A (or 0x40EC6A) is known color: Emerald. HEX triplet: 40, EC and 6A. RGB value is (64,236,106). Sum of RGB (Red+Green+Blue) = 64+236+106=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EC6A is #BF1395. Grayscale: #AAAAAA. Windows color (decimal): -12522390 or 7007296. OLE color: 7007296.
HSL color Cylindrical-coordinate representation of color #40EC6A: hue angle of 134.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EC6A is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 106 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.07 |
| HSL | 134.65º | 0.82% | 0.59% | - |
| HSV(B) | 134.65º | 0.73% | 0.93% | - |
| XYZ | 34.71 | 62.12 | 23.8 | - |
| YUV | 169.75 | 92.02 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 106 | 0.73 | 0 | 0.55 | 0.07 | 134.65 | 0.82 | 0.59 |
| Hex | 40 | EC | 6A | 49 | 0 | 37 | 7 | 87 | 52 | 3B |
| Octal | 100 | 354 | 152 | 111 | 0 | 67 | 7 | 207 | 122 | 73 |
| Binary | 1000000 | 11101100 | 1101010 | 1001001 | 0 | 110111 | 111 | 10000111 | 1010010 | 111011 |
Color Harmonies of #40EC6A
Complementary color
Monochromatic Colors of #40EC6A
Black with #40EC6A
Text Example
Text Example
White with #40EC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC6A; }
p { color: rgb(64,236,106); }
H1.HeaderClassName
{
color: #40EC6A;
}
.AnyTagClassName
{
color: #40EC6A;
}
</style>
background-color css
<style>
a { background-color: #40EC6A; }
a { background-color: rgb(64,236,106); }
div.DivClassName
{
background-color: #40EC6A;
}
.BgClassName
{
background-color: #40EC6A;
}
</style>
border-color css
<style>
span { border-color: #40EC6A; }
span { border-color: rgb(64,236,106); }
td.TdClassName
{
border-color: #40EC6A;
}
.TagClassName
{
border-color: #40EC6A;
}
</style>