Shades of Emerald #40E359
Tints of Emerald #40E359
RGB
CMYK
RGB Variations
Color information
#40E359 (or 0x40E359) is known color: Emerald. HEX triplet: 40, E3 and 59. RGB value is (64,227,89). Sum of RGB (Red+Green+Blue) = 64+227+89=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #40E359 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E359 is #BF1CA6. Grayscale: #A2A2A2. Windows color (decimal): -12524711 or 5890880. OLE color: 5890880.
HSL color Cylindrical-coordinate representation of color #40E359: hue angle of 129.2º 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 #40E359 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 89 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.11 |
| HSL | 129.2º | 0.74% | 0.57% | - |
| HSV(B) | 129.2º | 0.72% | 0.89% | - |
| XYZ | 31.39 | 56.75 | 18.75 | - |
| YUV | 162.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 89 | 0.72 | 0 | 0.61 | 0.11 | 129.2 | 0.74 | 0.57 |
| Hex | 40 | E3 | 59 | 48 | 0 | 3D | B | 81 | 4A | 39 |
| Octal | 100 | 343 | 131 | 110 | 0 | 75 | 13 | 201 | 112 | 71 |
| Binary | 1000000 | 11100011 | 1011001 | 1001000 | 0 | 111101 | 1011 | 10000001 | 1001010 | 111001 |
Color Harmonies of #40E359
Complementary color
Monochromatic Colors of #40E359
Black with #40E359
Text Example
Text Example
White with #40E359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E359; }
p { color: rgb(64,227,89); }
H1.HeaderClassName
{
color: #40E359;
}
.AnyTagClassName
{
color: #40E359;
}
</style>
background-color css
<style>
a { background-color: #40E359; }
a { background-color: rgb(64,227,89); }
div.DivClassName
{
background-color: #40E359;
}
.BgClassName
{
background-color: #40E359;
}
</style>
border-color css
<style>
span { border-color: #40E359; }
span { border-color: rgb(64,227,89); }
td.TdClassName
{
border-color: #40E359;
}
.TagClassName
{
border-color: #40E359;
}
</style>