Shades of Emerald #40E468
Tints of Emerald #40E468
RGB
CMYK
RGB Variations
Color information
#40E468 (or 0x40E468) is known color: Emerald. HEX triplet: 40, E4 and 68. RGB value is (64,228,104). Sum of RGB (Red+Green+Blue) = 64+228+104=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 228 (89.45% from 255 or 57.58% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 228 - color contains mainly: green. Hex color #40E468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E468 is #BF1B97. Grayscale: #A5A5A5. Windows color (decimal): -12524440 or 6874176. OLE color: 6874176.
HSL color Cylindrical-coordinate representation of color #40E468: hue angle of 134.63º 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 #40E468 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 104 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.11 |
| HSL | 134.63º | 0.75% | 0.57% | - |
| HSV(B) | 134.63º | 0.72% | 0.89% | - |
| XYZ | 32.36 | 57.58 | 22.5 | - |
| YUV | 164.83 | 93.67 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 104 | 0.72 | 0 | 0.54 | 0.11 | 134.63 | 0.75 | 0.57 |
| Hex | 40 | E4 | 68 | 48 | 0 | 36 | B | 87 | 4B | 39 |
| Octal | 100 | 344 | 150 | 110 | 0 | 66 | 13 | 207 | 113 | 71 |
| Binary | 1000000 | 11100100 | 1101000 | 1001000 | 0 | 110110 | 1011 | 10000111 | 1001011 | 111001 |
Color Harmonies of #40E468
Complementary color
Monochromatic Colors of #40E468
Black with #40E468
Text Example
Text Example
White with #40E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E468; }
p { color: rgb(64,228,104); }
H1.HeaderClassName
{
color: #40E468;
}
.AnyTagClassName
{
color: #40E468;
}
</style>
background-color css
<style>
a { background-color: #40E468; }
a { background-color: rgb(64,228,104); }
div.DivClassName
{
background-color: #40E468;
}
.BgClassName
{
background-color: #40E468;
}
</style>
border-color css
<style>
span { border-color: #40E468; }
span { border-color: rgb(64,228,104); }
td.TdClassName
{
border-color: #40E468;
}
.TagClassName
{
border-color: #40E468;
}
</style>