Shades of Emerald #40CC73
Tints of Emerald #40CC73
RGB
CMYK
RGB Variations
Color information
#40CC73 (or 0x40CC73) is known color: Emerald. HEX triplet: 40, CC and 73. RGB value is (64,204,115). Sum of RGB (Red+Green+Blue) = 64+204+115=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC73 is #BF338C. Grayscale: #989898. Windows color (decimal): -12530573 or 7588928. OLE color: 7588928.
HSL color Cylindrical-coordinate representation of color #40CC73: hue angle of 141.86º 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 #40CC73 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 115 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.2 |
| HSL | 141.86º | 0.58% | 0.53% | - |
| HSV(B) | 141.86º | 0.69% | 0.8% | - |
| XYZ | 26.8 | 45.51 | 23.59 | - |
| YUV | 151.99 | 107.12 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 115 | 0.69 | 0 | 0.44 | 0.2 | 141.86 | 0.58 | 0.53 |
| Hex | 40 | CC | 73 | 45 | 0 | 2C | 14 | 8E | 3A | 35 |
| Octal | 100 | 314 | 163 | 105 | 0 | 54 | 24 | 216 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1110011 | 1000101 | 0 | 101100 | 10100 | 10001110 | 111010 | 110101 |
Color Harmonies of #40CC73
Complementary color
Monochromatic Colors of #40CC73
Black with #40CC73
Text Example
Text Example
White with #40CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC73; }
p { color: rgb(64,204,115); }
H1.HeaderClassName
{
color: #40CC73;
}
.AnyTagClassName
{
color: #40CC73;
}
</style>
background-color css
<style>
a { background-color: #40CC73; }
a { background-color: rgb(64,204,115); }
div.DivClassName
{
background-color: #40CC73;
}
.BgClassName
{
background-color: #40CC73;
}
</style>
border-color css
<style>
span { border-color: #40CC73; }
span { border-color: rgb(64,204,115); }
td.TdClassName
{
border-color: #40CC73;
}
.TagClassName
{
border-color: #40CC73;
}
</style>