Shades of Emerald #40E460
Tints of Emerald #40E460
RGB
CMYK
RGB Variations
Color information
#40E460 (or 0x40E460) is known color: Emerald. HEX triplet: 40, E4 and 60. RGB value is (64,228,96). Sum of RGB (Red+Green+Blue) = 64+228+96=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 228 (89.45% from 255 or 58.76% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 228 - color contains mainly: green. Hex color #40E460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E460 is #BF1B9F. Grayscale: #A4A4A4. Windows color (decimal): -12524448 or 6349888. OLE color: 6349888.
HSL color Cylindrical-coordinate representation of color #40E460: hue angle of 131.71º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E460 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 96 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.11 |
| HSL | 131.71º | 0.75% | 0.57% | - |
| HSV(B) | 131.71º | 0.72% | 0.89% | - |
| XYZ | 31.97 | 57.42 | 20.46 | - |
| YUV | 163.92 | 89.67 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 96 | 0.72 | 0 | 0.58 | 0.11 | 131.71 | 0.75 | 0.57 |
| Hex | 40 | E4 | 60 | 48 | 0 | 3A | B | 84 | 4B | 39 |
| Octal | 100 | 344 | 140 | 110 | 0 | 72 | 13 | 204 | 113 | 71 |
| Binary | 1000000 | 11100100 | 1100000 | 1001000 | 0 | 111010 | 1011 | 10000100 | 1001011 | 111001 |
Color Harmonies of #40E460
Complementary color
Monochromatic Colors of #40E460
Black with #40E460
Text Example
Text Example
White with #40E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E460; }
p { color: rgb(64,228,96); }
H1.HeaderClassName
{
color: #40E460;
}
.AnyTagClassName
{
color: #40E460;
}
</style>
background-color css
<style>
a { background-color: #40E460; }
a { background-color: rgb(64,228,96); }
div.DivClassName
{
background-color: #40E460;
}
.BgClassName
{
background-color: #40E460;
}
</style>
border-color css
<style>
span { border-color: #40E460; }
span { border-color: rgb(64,228,96); }
td.TdClassName
{
border-color: #40E460;
}
.TagClassName
{
border-color: #40E460;
}
</style>