Shades of Emerald #40CE58
Tints of Emerald #40CE58
RGB
CMYK
RGB Variations
Color information
#40CE58 (or 0x40CE58) is known color: Emerald. HEX triplet: 40, CE and 58. RGB value is (64,206,88). Sum of RGB (Red+Green+Blue) = 64+206+88=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE58 is #BF31A7. Grayscale: #969696. Windows color (decimal): -12530088 or 5819968. OLE color: 5819968.
HSL color Cylindrical-coordinate representation of color #40CE58: hue angle of 130.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE58 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 88 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.19 |
| HSL | 130.14º | 0.59% | 0.53% | - |
| HSV(B) | 130.14º | 0.69% | 0.81% | - |
| XYZ | 25.95 | 45.94 | 16.73 | - |
| YUV | 150.09 | 92.96 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 88 | 0.69 | 0 | 0.57 | 0.19 | 130.14 | 0.59 | 0.53 |
| Hex | 40 | CE | 58 | 45 | 0 | 39 | 13 | 82 | 3B | 35 |
| Octal | 100 | 316 | 130 | 105 | 0 | 71 | 23 | 202 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1011000 | 1000101 | 0 | 111001 | 10011 | 10000010 | 111011 | 110101 |
Color Harmonies of #40CE58
Complementary color
Monochromatic Colors of #40CE58
Black with #40CE58
Text Example
Text Example
White with #40CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE58; }
p { color: rgb(64,206,88); }
H1.HeaderClassName
{
color: #40CE58;
}
.AnyTagClassName
{
color: #40CE58;
}
</style>
background-color css
<style>
a { background-color: #40CE58; }
a { background-color: rgb(64,206,88); }
div.DivClassName
{
background-color: #40CE58;
}
.BgClassName
{
background-color: #40CE58;
}
</style>
border-color css
<style>
span { border-color: #40CE58; }
span { border-color: rgb(64,206,88); }
td.TdClassName
{
border-color: #40CE58;
}
.TagClassName
{
border-color: #40CE58;
}
</style>