Shades of Emerald #40E181
Tints of Emerald #40E181
RGB
CMYK
RGB Variations
Color information
#40E181 (or 0x40E181) is known color: Emerald. HEX triplet: 40, E1 and 81. RGB value is (64,225,129). Sum of RGB (Red+Green+Blue) = 64+225+129=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #40E181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E181 is #BF1E7E. Grayscale: #A6A6A6. Windows color (decimal): -12525183 or 8511808. OLE color: 8511808.
HSL color Cylindrical-coordinate representation of color #40E181: hue angle of 144.22º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E181 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 129 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.12 |
| HSL | 144.22º | 0.73% | 0.57% | - |
| HSV(B) | 144.22º | 0.72% | 0.88% | - |
| XYZ | 33 | 56.53 | 29.94 | - |
| YUV | 165.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 129 | 0.72 | 0 | 0.43 | 0.12 | 144.22 | 0.73 | 0.57 |
| Hex | 40 | E1 | 81 | 48 | 0 | 2B | C | 90 | 49 | 39 |
| Octal | 100 | 341 | 201 | 110 | 0 | 53 | 14 | 220 | 111 | 71 |
| Binary | 1000000 | 11100001 | 10000001 | 1001000 | 0 | 101011 | 1100 | 10010000 | 1001001 | 111001 |
Color Harmonies of #40E181
Complementary color
Monochromatic Colors of #40E181
Black with #40E181
Text Example
Text Example
White with #40E181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E181; }
p { color: rgb(64,225,129); }
H1.HeaderClassName
{
color: #40E181;
}
.AnyTagClassName
{
color: #40E181;
}
</style>
background-color css
<style>
a { background-color: #40E181; }
a { background-color: rgb(64,225,129); }
div.DivClassName
{
background-color: #40E181;
}
.BgClassName
{
background-color: #40E181;
}
</style>
border-color css
<style>
span { border-color: #40E181; }
span { border-color: rgb(64,225,129); }
td.TdClassName
{
border-color: #40E181;
}
.TagClassName
{
border-color: #40E181;
}
</style>