Shades of Emerald #40E973
Tints of Emerald #40E973
RGB
CMYK
RGB Variations
Color information
#40E973 (or 0x40E973) is known color: Emerald. HEX triplet: 40, E9 and 73. RGB value is (64,233,115). Sum of RGB (Red+Green+Blue) = 64+233+115=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #40E973 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E973 is #BF168C. Grayscale: #A9A9A9. Windows color (decimal): -12523149 or 7596352. OLE color: 7596352.
HSL color Cylindrical-coordinate representation of color #40E973: hue angle of 138.11º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E973 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 115 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.09 |
| HSL | 138.11º | 0.79% | 0.58% | - |
| HSV(B) | 138.11º | 0.73% | 0.91% | - |
| XYZ | 34.35 | 60.61 | 26.11 | - |
| YUV | 169.02 | 97.51 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 115 | 0.73 | 0 | 0.51 | 0.09 | 138.11 | 0.79 | 0.58 |
| Hex | 40 | E9 | 73 | 49 | 0 | 33 | 9 | 8A | 4F | 3A |
| Octal | 100 | 351 | 163 | 111 | 0 | 63 | 11 | 212 | 117 | 72 |
| Binary | 1000000 | 11101001 | 1110011 | 1001001 | 0 | 110011 | 1001 | 10001010 | 1001111 | 111010 |
Color Harmonies of #40E973
Complementary color
Monochromatic Colors of #40E973
Black with #40E973
Text Example
Text Example
White with #40E973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E973; }
p { color: rgb(64,233,115); }
H1.HeaderClassName
{
color: #40E973;
}
.AnyTagClassName
{
color: #40E973;
}
</style>
background-color css
<style>
a { background-color: #40E973; }
a { background-color: rgb(64,233,115); }
div.DivClassName
{
background-color: #40E973;
}
.BgClassName
{
background-color: #40E973;
}
</style>
border-color css
<style>
span { border-color: #40E973; }
span { border-color: rgb(64,233,115); }
td.TdClassName
{
border-color: #40E973;
}
.TagClassName
{
border-color: #40E973;
}
</style>