Shades of Emerald #40C76A
Tints of Emerald #40C76A
RGB
CMYK
RGB Variations
Color information
#40C76A (or 0x40C76A) is known color: Emerald. HEX triplet: 40, C7 and 6A. RGB value is (64,199,106). Sum of RGB (Red+Green+Blue) = 64+199+106=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #40C76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C76A is #BF3895. Grayscale: #949494. Windows color (decimal): -12531862 or 6997824. OLE color: 6997824.
HSL color Cylindrical-coordinate representation of color #40C76A: hue angle of 138.67º 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 #40C76A is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 106 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.22 |
| HSL | 138.67º | 0.55% | 0.52% | - |
| HSV(B) | 138.67º | 0.68% | 0.78% | - |
| XYZ | 25.14 | 42.98 | 20.61 | - |
| YUV | 148.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 106 | 0.68 | 0 | 0.47 | 0.22 | 138.67 | 0.55 | 0.52 |
| Hex | 40 | C7 | 6A | 44 | 0 | 2F | 16 | 8B | 37 | 34 |
| Octal | 100 | 307 | 152 | 104 | 0 | 57 | 26 | 213 | 67 | 64 |
| Binary | 1000000 | 11000111 | 1101010 | 1000100 | 0 | 101111 | 10110 | 10001011 | 110111 | 110100 |
Color Harmonies of #40C76A
Complementary color
Monochromatic Colors of #40C76A
Black with #40C76A
Text Example
Text Example
White with #40C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C76A; }
p { color: rgb(64,199,106); }
H1.HeaderClassName
{
color: #40C76A;
}
.AnyTagClassName
{
color: #40C76A;
}
</style>
background-color css
<style>
a { background-color: #40C76A; }
a { background-color: rgb(64,199,106); }
div.DivClassName
{
background-color: #40C76A;
}
.BgClassName
{
background-color: #40C76A;
}
</style>
border-color css
<style>
span { border-color: #40C76A; }
span { border-color: rgb(64,199,106); }
td.TdClassName
{
border-color: #40C76A;
}
.TagClassName
{
border-color: #40C76A;
}
</style>