Shades of Emerald #40E360
Tints of Emerald #40E360
RGB
CMYK
RGB Variations
Color information
#40E360 (or 0x40E360) is known color: Emerald. HEX triplet: 40, E3 and 60. RGB value is (64,227,96). Sum of RGB (Red+Green+Blue) = 64+227+96=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #40E360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E360 is #BF1C9F. Grayscale: #A3A3A3. Windows color (decimal): -12524704 or 6349632. OLE color: 6349632.
HSL color Cylindrical-coordinate representation of color #40E360: hue angle of 131.78º degrees, saturation: 0.74, 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 #40E360 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 96 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.11 |
| HSL | 131.78º | 0.74% | 0.57% | - |
| HSV(B) | 131.78º | 0.72% | 0.89% | - |
| XYZ | 31.69 | 56.87 | 20.37 | - |
| YUV | 163.33 | 90 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 96 | 0.72 | 0 | 0.58 | 0.11 | 131.78 | 0.74 | 0.57 |
| Hex | 40 | E3 | 60 | 48 | 0 | 3A | B | 84 | 4A | 39 |
| Octal | 100 | 343 | 140 | 110 | 0 | 72 | 13 | 204 | 112 | 71 |
| Binary | 1000000 | 11100011 | 1100000 | 1001000 | 0 | 111010 | 1011 | 10000100 | 1001010 | 111001 |
Color Harmonies of #40E360
Complementary color
Monochromatic Colors of #40E360
Black with #40E360
Text Example
Text Example
White with #40E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E360; }
p { color: rgb(64,227,96); }
H1.HeaderClassName
{
color: #40E360;
}
.AnyTagClassName
{
color: #40E360;
}
</style>
background-color css
<style>
a { background-color: #40E360; }
a { background-color: rgb(64,227,96); }
div.DivClassName
{
background-color: #40E360;
}
.BgClassName
{
background-color: #40E360;
}
</style>
border-color css
<style>
span { border-color: #40E360; }
span { border-color: rgb(64,227,96); }
td.TdClassName
{
border-color: #40E360;
}
.TagClassName
{
border-color: #40E360;
}
</style>