Shades of Emerald #40CE5E
Tints of Emerald #40CE5E
RGB
CMYK
RGB Variations
Color information
#40CE5E (or 0x40CE5E) is known color: Emerald. HEX triplet: 40, CE and 5E. RGB value is (64,206,94). Sum of RGB (Red+Green+Blue) = 64+206+94=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE5E is #BF31A1. Grayscale: #979797. Windows color (decimal): -12530082 or 6213184. OLE color: 6213184.
HSL color Cylindrical-coordinate representation of color #40CE5E: hue angle of 132.68º 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 #40CE5E is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 94 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.19 |
| HSL | 132.68º | 0.59% | 0.53% | - |
| HSV(B) | 132.68º | 0.69% | 0.81% | - |
| XYZ | 26.21 | 46.04 | 18.1 | - |
| YUV | 150.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 94 | 0.69 | 0 | 0.54 | 0.19 | 132.68 | 0.59 | 0.53 |
| Hex | 40 | CE | 5E | 45 | 0 | 36 | 13 | 85 | 3B | 35 |
| Octal | 100 | 316 | 136 | 105 | 0 | 66 | 23 | 205 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1011110 | 1000101 | 0 | 110110 | 10011 | 10000101 | 111011 | 110101 |
Color Harmonies of #40CE5E
Complementary color
Monochromatic Colors of #40CE5E
Black with #40CE5E
Text Example
Text Example
White with #40CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE5E; }
p { color: rgb(64,206,94); }
H1.HeaderClassName
{
color: #40CE5E;
}
.AnyTagClassName
{
color: #40CE5E;
}
</style>
background-color css
<style>
a { background-color: #40CE5E; }
a { background-color: rgb(64,206,94); }
div.DivClassName
{
background-color: #40CE5E;
}
.BgClassName
{
background-color: #40CE5E;
}
</style>
border-color css
<style>
span { border-color: #40CE5E; }
span { border-color: rgb(64,206,94); }
td.TdClassName
{
border-color: #40CE5E;
}
.TagClassName
{
border-color: #40CE5E;
}
</style>