Shades of Emerald #40E071
Tints of Emerald #40E071
RGB
CMYK
RGB Variations
Color information
#40E071 (or 0x40E071) is known color: Emerald. HEX triplet: 40, E0 and 71. RGB value is (64,224,113). Sum of RGB (Red+Green+Blue) = 64+224+113=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #40E071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E071 is #BF1F8E. Grayscale: #A3A3A3. Windows color (decimal): -12525455 or 7462976. OLE color: 7462976.
HSL color Cylindrical-coordinate representation of color #40E071: hue angle of 138.38º 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 #40E071 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 113 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.12 |
| HSL | 138.38º | 0.72% | 0.56% | - |
| HSV(B) | 138.38º | 0.71% | 0.88% | - |
| XYZ | 31.75 | 55.59 | 24.68 | - |
| YUV | 163.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 113 | 0.71 | 0 | 0.50 | 0.12 | 138.38 | 0.72 | 0.56 |
| Hex | 40 | E0 | 71 | 47 | 0 | 32 | C | 8A | 48 | 38 |
| Octal | 100 | 340 | 161 | 107 | 0 | 62 | 14 | 212 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1110001 | 1000111 | 0 | 110010 | 1100 | 10001010 | 1001000 | 111000 |
Color Harmonies of #40E071
Complementary color
Monochromatic Colors of #40E071
Black with #40E071
Text Example
Text Example
White with #40E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E071; }
p { color: rgb(64,224,113); }
H1.HeaderClassName
{
color: #40E071;
}
.AnyTagClassName
{
color: #40E071;
}
</style>
background-color css
<style>
a { background-color: #40E071; }
a { background-color: rgb(64,224,113); }
div.DivClassName
{
background-color: #40E071;
}
.BgClassName
{
background-color: #40E071;
}
</style>
border-color css
<style>
span { border-color: #40E071; }
span { border-color: rgb(64,224,113); }
td.TdClassName
{
border-color: #40E071;
}
.TagClassName
{
border-color: #40E071;
}
</style>