Shades of Emerald #40E15C
Tints of Emerald #40E15C
RGB
CMYK
RGB Variations
Color information
#40E15C (or 0x40E15C) is known color: Emerald. HEX triplet: 40, E1 and 5C. RGB value is (64,225,92). Sum of RGB (Red+Green+Blue) = 64+225+92=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #40E15C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E15C is #BF1EA3. Grayscale: #A2A2A2. Windows color (decimal): -12525220 or 6086976. OLE color: 6086976.
HSL color Cylindrical-coordinate representation of color #40E15C: hue angle of 130.43º 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 #40E15C is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 92 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.12 |
| HSL | 130.43º | 0.73% | 0.57% | - |
| HSV(B) | 130.43º | 0.72% | 0.88% | - |
| XYZ | 30.97 | 55.71 | 19.25 | - |
| YUV | 161.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 92 | 0.72 | 0 | 0.59 | 0.12 | 130.43 | 0.73 | 0.57 |
| Hex | 40 | E1 | 5C | 48 | 0 | 3B | C | 82 | 49 | 39 |
| Octal | 100 | 341 | 134 | 110 | 0 | 73 | 14 | 202 | 111 | 71 |
| Binary | 1000000 | 11100001 | 1011100 | 1001000 | 0 | 111011 | 1100 | 10000010 | 1001001 | 111001 |
Color Harmonies of #40E15C
Complementary color
Monochromatic Colors of #40E15C
Black with #40E15C
Text Example
Text Example
White with #40E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E15C; }
p { color: rgb(64,225,92); }
H1.HeaderClassName
{
color: #40E15C;
}
.AnyTagClassName
{
color: #40E15C;
}
</style>
background-color css
<style>
a { background-color: #40E15C; }
a { background-color: rgb(64,225,92); }
div.DivClassName
{
background-color: #40E15C;
}
.BgClassName
{
background-color: #40E15C;
}
</style>
border-color css
<style>
span { border-color: #40E15C; }
span { border-color: rgb(64,225,92); }
td.TdClassName
{
border-color: #40E15C;
}
.TagClassName
{
border-color: #40E15C;
}
</style>