Shades of Emerald #40E670
Tints of Emerald #40E670
RGB
CMYK
RGB Variations
Color information
#40E670 (or 0x40E670) is known color: Emerald. HEX triplet: 40, E6 and 70. RGB value is (64,230,112). Sum of RGB (Red+Green+Blue) = 64+230+112=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 230 (90.23% from 255 or 56.65% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 230 - color contains mainly: green. Hex color #40E670 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E670 is #BF198F. Grayscale: #A7A7A7. Windows color (decimal): -12523920 or 7398976. OLE color: 7398976.
HSL color Cylindrical-coordinate representation of color #40E670: hue angle of 137.35º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E670 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 112 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.10 |
| HSL | 137.35º | 0.77% | 0.58% | - |
| HSV(B) | 137.35º | 0.72% | 0.9% | - |
| XYZ | 33.34 | 58.85 | 24.93 | - |
| YUV | 166.91 | 97 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 112 | 0.72 | 0 | 0.51 | 0.10 | 137.35 | 0.77 | 0.58 |
| Hex | 40 | E6 | 70 | 48 | 0 | 33 | A | 89 | 4D | 3A |
| Octal | 100 | 346 | 160 | 110 | 0 | 63 | 12 | 211 | 115 | 72 |
| Binary | 1000000 | 11100110 | 1110000 | 1001000 | 0 | 110011 | 1010 | 10001001 | 1001101 | 111010 |
Color Harmonies of #40E670
Complementary color
Monochromatic Colors of #40E670
Black with #40E670
Text Example
Text Example
White with #40E670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E670; }
p { color: rgb(64,230,112); }
H1.HeaderClassName
{
color: #40E670;
}
.AnyTagClassName
{
color: #40E670;
}
</style>
background-color css
<style>
a { background-color: #40E670; }
a { background-color: rgb(64,230,112); }
div.DivClassName
{
background-color: #40E670;
}
.BgClassName
{
background-color: #40E670;
}
</style>
border-color css
<style>
span { border-color: #40E670; }
span { border-color: rgb(64,230,112); }
td.TdClassName
{
border-color: #40E670;
}
.TagClassName
{
border-color: #40E670;
}
</style>