Shades of Emerald #40E070
Tints of Emerald #40E070
RGB
CMYK
RGB Variations
Color information
#40E070 (or 0x40E070) is known color: Emerald. HEX triplet: 40, E0 and 70. RGB value is (64,224,112). Sum of RGB (Red+Green+Blue) = 64+224+112=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #40E070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E070 is #BF1F8F. Grayscale: #A3A3A3. Windows color (decimal): -12525456 or 7397440. OLE color: 7397440.
HSL color Cylindrical-coordinate representation of color #40E070: hue angle of 138º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E070 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 112 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.12 |
| HSL | 138º | 0.72% | 0.56% | - |
| HSV(B) | 138º | 0.71% | 0.88% | - |
| XYZ | 31.69 | 55.57 | 24.39 | - |
| YUV | 163.39 | 98.99 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 112 | 0.71 | 0 | 0.50 | 0.12 | 138 | 0.72 | 0.56 |
| Hex | 40 | E0 | 70 | 47 | 0 | 32 | C | 8A | 48 | 38 |
| Octal | 100 | 340 | 160 | 107 | 0 | 62 | 14 | 212 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1110000 | 1000111 | 0 | 110010 | 1100 | 10001010 | 1001000 | 111000 |
Color Harmonies of #40E070
Complementary color
Monochromatic Colors of #40E070
Black with #40E070
Text Example
Text Example
White with #40E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E070; }
p { color: rgb(64,224,112); }
H1.HeaderClassName
{
color: #40E070;
}
.AnyTagClassName
{
color: #40E070;
}
</style>
background-color css
<style>
a { background-color: #40E070; }
a { background-color: rgb(64,224,112); }
div.DivClassName
{
background-color: #40E070;
}
.BgClassName
{
background-color: #40E070;
}
</style>
border-color css
<style>
span { border-color: #40E070; }
span { border-color: rgb(64,224,112); }
td.TdClassName
{
border-color: #40E070;
}
.TagClassName
{
border-color: #40E070;
}
</style>