Shades of Emerald #40E083
Tints of Emerald #40E083
RGB
CMYK
RGB Variations
Color information
#40E083 (or 0x40E083) is known color: Emerald. HEX triplet: 40, E0 and 83. RGB value is (64,224,131). Sum of RGB (Red+Green+Blue) = 64+224+131=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #40E083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E083 is #BF1F7C. Grayscale: #A5A5A5. Windows color (decimal): -12525437 or 8642624. OLE color: 8642624.
HSL color Cylindrical-coordinate representation of color #40E083: hue angle of 145.12º 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 #40E083 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 131 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.12 |
| HSL | 145.13º | 0.72% | 0.56% | - |
| HSV(B) | 145.13º | 0.71% | 0.88% | - |
| XYZ | 32.87 | 56.04 | 30.56 | - |
| YUV | 165.56 | 108.49 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 131 | 0.71 | 0 | 0.42 | 0.12 | 145.13 | 0.72 | 0.56 |
| Hex | 40 | E0 | 83 | 47 | 0 | 2A | C | 91 | 48 | 38 |
| Octal | 100 | 340 | 203 | 107 | 0 | 52 | 14 | 221 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10000011 | 1000111 | 0 | 101010 | 1100 | 10010001 | 1001000 | 111000 |
Color Harmonies of #40E083
Complementary color
Monochromatic Colors of #40E083
Black with #40E083
Text Example
Text Example
White with #40E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E083; }
p { color: rgb(64,224,131); }
H1.HeaderClassName
{
color: #40E083;
}
.AnyTagClassName
{
color: #40E083;
}
</style>
background-color css
<style>
a { background-color: #40E083; }
a { background-color: rgb(64,224,131); }
div.DivClassName
{
background-color: #40E083;
}
.BgClassName
{
background-color: #40E083;
}
</style>
border-color css
<style>
span { border-color: #40E083; }
span { border-color: rgb(64,224,131); }
td.TdClassName
{
border-color: #40E083;
}
.TagClassName
{
border-color: #40E083;
}
</style>