Shades of Emerald #40CE6F
Tints of Emerald #40CE6F
RGB
CMYK
RGB Variations
Color information
#40CE6F (or 0x40CE6F) is known color: Emerald. HEX triplet: 40, CE and 6F. RGB value is (64,206,111). Sum of RGB (Red+Green+Blue) = 64+206+111=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE6F is #BF3190. Grayscale: #989898. Windows color (decimal): -12530065 or 7327296. OLE color: 7327296.
HSL color Cylindrical-coordinate representation of color #40CE6F: hue angle of 139.86º 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 #40CE6F is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 111 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.19 |
| HSL | 139.86º | 0.59% | 0.53% | - |
| HSV(B) | 139.86º | 0.69% | 0.81% | - |
| XYZ | 27.05 | 46.38 | 22.57 | - |
| YUV | 152.71 | 104.46 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 111 | 0.69 | 0 | 0.46 | 0.19 | 139.86 | 0.59 | 0.53 |
| Hex | 40 | CE | 6F | 45 | 0 | 2E | 13 | 8C | 3B | 35 |
| Octal | 100 | 316 | 157 | 105 | 0 | 56 | 23 | 214 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1101111 | 1000101 | 0 | 101110 | 10011 | 10001100 | 111011 | 110101 |
Color Harmonies of #40CE6F
Complementary color
Monochromatic Colors of #40CE6F
Black with #40CE6F
Text Example
Text Example
White with #40CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE6F; }
p { color: rgb(64,206,111); }
H1.HeaderClassName
{
color: #40CE6F;
}
.AnyTagClassName
{
color: #40CE6F;
}
</style>
background-color css
<style>
a { background-color: #40CE6F; }
a { background-color: rgb(64,206,111); }
div.DivClassName
{
background-color: #40CE6F;
}
.BgClassName
{
background-color: #40CE6F;
}
</style>
border-color css
<style>
span { border-color: #40CE6F; }
span { border-color: rgb(64,206,111); }
td.TdClassName
{
border-color: #40CE6F;
}
.TagClassName
{
border-color: #40CE6F;
}
</style>