Shades of Emerald #40CC5E
Tints of Emerald #40CC5E
RGB
CMYK
RGB Variations
Color information
#40CC5E (or 0x40CC5E) is known color: Emerald. HEX triplet: 40, CC and 5E. RGB value is (64,204,94). Sum of RGB (Red+Green+Blue) = 64+204+94=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC5E is #BF33A1. Grayscale: #959595. Windows color (decimal): -12530594 or 6212672. OLE color: 6212672.
HSL color Cylindrical-coordinate representation of color #40CC5E: hue angle of 132.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 #40CC5E is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 94 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.2 |
| HSL | 132.86º | 0.58% | 0.53% | - |
| HSV(B) | 132.86º | 0.69% | 0.8% | - |
| XYZ | 25.73 | 45.08 | 17.94 | - |
| YUV | 149.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 94 | 0.69 | 0 | 0.54 | 0.2 | 132.86 | 0.58 | 0.53 |
| Hex | 40 | CC | 5E | 45 | 0 | 36 | 14 | 85 | 3A | 35 |
| Octal | 100 | 314 | 136 | 105 | 0 | 66 | 24 | 205 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1011110 | 1000101 | 0 | 110110 | 10100 | 10000101 | 111010 | 110101 |
Color Harmonies of #40CC5E
Complementary color
Monochromatic Colors of #40CC5E
Black with #40CC5E
Text Example
Text Example
White with #40CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC5E; }
p { color: rgb(64,204,94); }
H1.HeaderClassName
{
color: #40CC5E;
}
.AnyTagClassName
{
color: #40CC5E;
}
</style>
background-color css
<style>
a { background-color: #40CC5E; }
a { background-color: rgb(64,204,94); }
div.DivClassName
{
background-color: #40CC5E;
}
.BgClassName
{
background-color: #40CC5E;
}
</style>
border-color css
<style>
span { border-color: #40CC5E; }
span { border-color: rgb(64,204,94); }
td.TdClassName
{
border-color: #40CC5E;
}
.TagClassName
{
border-color: #40CC5E;
}
</style>