Shades of Emerald #40CC76
Tints of Emerald #40CC76
RGB
CMYK
RGB Variations
Color information
#40CC76 (or 0x40CC76) is known color: Emerald. HEX triplet: 40, CC and 76. RGB value is (64,204,118). Sum of RGB (Red+Green+Blue) = 64+204+118=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC76 is #BF3389. Grayscale: #989898. Windows color (decimal): -12530570 or 7785536. OLE color: 7785536.
HSL color Cylindrical-coordinate representation of color #40CC76: hue angle of 143.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC76 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 118 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.2 |
| HSL | 143.14º | 0.58% | 0.53% | - |
| HSV(B) | 143.14º | 0.69% | 0.8% | - |
| XYZ | 26.98 | 45.58 | 24.52 | - |
| YUV | 152.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 118 | 0.69 | 0 | 0.42 | 0.2 | 143.14 | 0.58 | 0.53 |
| Hex | 40 | CC | 76 | 45 | 0 | 2A | 14 | 8F | 3A | 35 |
| Octal | 100 | 314 | 166 | 105 | 0 | 52 | 24 | 217 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1110110 | 1000101 | 0 | 101010 | 10100 | 10001111 | 111010 | 110101 |
Color Harmonies of #40CC76
Complementary color
Monochromatic Colors of #40CC76
Black with #40CC76
Text Example
Text Example
White with #40CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC76; }
p { color: rgb(64,204,118); }
H1.HeaderClassName
{
color: #40CC76;
}
.AnyTagClassName
{
color: #40CC76;
}
</style>
background-color css
<style>
a { background-color: #40CC76; }
a { background-color: rgb(64,204,118); }
div.DivClassName
{
background-color: #40CC76;
}
.BgClassName
{
background-color: #40CC76;
}
</style>
border-color css
<style>
span { border-color: #40CC76; }
span { border-color: rgb(64,204,118); }
td.TdClassName
{
border-color: #40CC76;
}
.TagClassName
{
border-color: #40CC76;
}
</style>