Shades of Emerald #40EC69
Tints of Emerald #40EC69
RGB
CMYK
RGB Variations
Color information
#40EC69 (or 0x40EC69) is known color: Emerald. HEX triplet: 40, EC and 69. RGB value is (64,236,105). Sum of RGB (Red+Green+Blue) = 64+236+105=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EC69 is #BF1396. Grayscale: #A9A9A9. Windows color (decimal): -12522391 or 6941760. OLE color: 6941760.
HSL color Cylindrical-coordinate representation of color #40EC69: hue angle of 134.3º 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 #40EC69 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 105 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.07 |
| HSL | 134.3º | 0.82% | 0.59% | - |
| HSV(B) | 134.3º | 0.73% | 0.93% | - |
| XYZ | 34.66 | 62.1 | 23.52 | - |
| YUV | 169.64 | 91.52 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 105 | 0.73 | 0 | 0.56 | 0.07 | 134.3 | 0.82 | 0.59 |
| Hex | 40 | EC | 69 | 49 | 0 | 38 | 7 | 86 | 52 | 3B |
| Octal | 100 | 354 | 151 | 111 | 0 | 70 | 7 | 206 | 122 | 73 |
| Binary | 1000000 | 11101100 | 1101001 | 1001001 | 0 | 111000 | 111 | 10000110 | 1010010 | 111011 |
Color Harmonies of #40EC69
Complementary color
Monochromatic Colors of #40EC69
Black with #40EC69
Text Example
Text Example
White with #40EC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC69; }
p { color: rgb(64,236,105); }
H1.HeaderClassName
{
color: #40EC69;
}
.AnyTagClassName
{
color: #40EC69;
}
</style>
background-color css
<style>
a { background-color: #40EC69; }
a { background-color: rgb(64,236,105); }
div.DivClassName
{
background-color: #40EC69;
}
.BgClassName
{
background-color: #40EC69;
}
</style>
border-color css
<style>
span { border-color: #40EC69; }
span { border-color: rgb(64,236,105); }
td.TdClassName
{
border-color: #40EC69;
}
.TagClassName
{
border-color: #40EC69;
}
</style>