Shades of Emerald #40CC59
Tints of Emerald #40CC59
RGB
CMYK
RGB Variations
Color information
#40CC59 (or 0x40CC59) is known color: Emerald. HEX triplet: 40, CC and 59. RGB value is (64,204,89). Sum of RGB (Red+Green+Blue) = 64+204+89=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CC59 is #BF33A6. Grayscale: #959595. Windows color (decimal): -12530599 or 5884992. OLE color: 5884992.
HSL color Cylindrical-coordinate representation of color #40CC59: hue angle of 130.71º 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 #40CC59 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 89 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.2 |
| HSL | 130.71º | 0.58% | 0.53% | - |
| HSV(B) | 130.71º | 0.69% | 0.8% | - |
| XYZ | 25.51 | 45 | 16.79 | - |
| YUV | 149.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 89 | 0.69 | 0 | 0.56 | 0.2 | 130.71 | 0.58 | 0.53 |
| Hex | 40 | CC | 59 | 45 | 0 | 38 | 14 | 83 | 3A | 35 |
| Octal | 100 | 314 | 131 | 105 | 0 | 70 | 24 | 203 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1011001 | 1000101 | 0 | 111000 | 10100 | 10000011 | 111010 | 110101 |
Color Harmonies of #40CC59
Complementary color
Monochromatic Colors of #40CC59
Black with #40CC59
Text Example
Text Example
White with #40CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC59; }
p { color: rgb(64,204,89); }
H1.HeaderClassName
{
color: #40CC59;
}
.AnyTagClassName
{
color: #40CC59;
}
</style>
background-color css
<style>
a { background-color: #40CC59; }
a { background-color: rgb(64,204,89); }
div.DivClassName
{
background-color: #40CC59;
}
.BgClassName
{
background-color: #40CC59;
}
</style>
border-color css
<style>
span { border-color: #40CC59; }
span { border-color: rgb(64,204,89); }
td.TdClassName
{
border-color: #40CC59;
}
.TagClassName
{
border-color: #40CC59;
}
</style>