Shades of Emerald #40C77A
Tints of Emerald #40C77A
RGB
CMYK
RGB Variations
Color information
#40C77A (or 0x40C77A) is known color: Emerald. HEX triplet: 40, C7 and 7A. RGB value is (64,199,122). Sum of RGB (Red+Green+Blue) = 64+199+122=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #40C77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C77A is #BF3885. Grayscale: #969696. Windows color (decimal): -12531846 or 8046400. OLE color: 8046400.
HSL color Cylindrical-coordinate representation of color #40C77A: hue angle of 145.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C77A is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 122 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.22 |
| HSL | 145.78º | 0.55% | 0.52% | - |
| HSV(B) | 145.78º | 0.68% | 0.78% | - |
| XYZ | 26.05 | 43.34 | 25.41 | - |
| YUV | 149.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 122 | 0.68 | 0 | 0.39 | 0.22 | 145.78 | 0.55 | 0.52 |
| Hex | 40 | C7 | 7A | 44 | 0 | 27 | 16 | 92 | 37 | 34 |
| Octal | 100 | 307 | 172 | 104 | 0 | 47 | 26 | 222 | 67 | 64 |
| Binary | 1000000 | 11000111 | 1111010 | 1000100 | 0 | 100111 | 10110 | 10010010 | 110111 | 110100 |
Color Harmonies of #40C77A
Complementary color
Monochromatic Colors of #40C77A
Black with #40C77A
Text Example
Text Example
White with #40C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C77A; }
p { color: rgb(64,199,122); }
H1.HeaderClassName
{
color: #40C77A;
}
.AnyTagClassName
{
color: #40C77A;
}
</style>
background-color css
<style>
a { background-color: #40C77A; }
a { background-color: rgb(64,199,122); }
div.DivClassName
{
background-color: #40C77A;
}
.BgClassName
{
background-color: #40C77A;
}
</style>
border-color css
<style>
span { border-color: #40C77A; }
span { border-color: rgb(64,199,122); }
td.TdClassName
{
border-color: #40C77A;
}
.TagClassName
{
border-color: #40C77A;
}
</style>