Shades of Emerald #40C577
Tints of Emerald #40C577
RGB
CMYK
RGB Variations
Color information
#40C577 (or 0x40C577) is known color: Emerald. HEX triplet: 40, C5 and 77. RGB value is (64,197,119). Sum of RGB (Red+Green+Blue) = 64+197+119=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #40C577 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C577 is #BF3A88. Grayscale: #949494. Windows color (decimal): -12532361 or 7849280. OLE color: 7849280.
HSL color Cylindrical-coordinate representation of color #40C577: hue angle of 144.81º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C577 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 119 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.23 |
| HSL | 144.81º | 0.53% | 0.51% | - |
| HSV(B) | 144.81º | 0.68% | 0.77% | - |
| XYZ | 25.41 | 42.35 | 24.29 | - |
| YUV | 148.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 119 | 0.68 | 0 | 0.40 | 0.23 | 144.81 | 0.53 | 0.51 |
| Hex | 40 | C5 | 77 | 44 | 0 | 28 | 17 | 91 | 35 | 33 |
| Octal | 100 | 305 | 167 | 104 | 0 | 50 | 27 | 221 | 65 | 63 |
| Binary | 1000000 | 11000101 | 1110111 | 1000100 | 0 | 101000 | 10111 | 10010001 | 110101 | 110011 |
Color Harmonies of #40C577
Complementary color
Monochromatic Colors of #40C577
Black with #40C577
Text Example
Text Example
White with #40C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C577; }
p { color: rgb(64,197,119); }
H1.HeaderClassName
{
color: #40C577;
}
.AnyTagClassName
{
color: #40C577;
}
</style>
background-color css
<style>
a { background-color: #40C577; }
a { background-color: rgb(64,197,119); }
div.DivClassName
{
background-color: #40C577;
}
.BgClassName
{
background-color: #40C577;
}
</style>
border-color css
<style>
span { border-color: #40C577; }
span { border-color: rgb(64,197,119); }
td.TdClassName
{
border-color: #40C577;
}
.TagClassName
{
border-color: #40C577;
}
</style>