Shades of Emerald #40E960
Tints of Emerald #40E960
RGB
CMYK
RGB Variations
Color information
#40E960 (or 0x40E960) is known color: Emerald. HEX triplet: 40, E9 and 60. RGB value is (64,233,96). Sum of RGB (Red+Green+Blue) = 64+233+96=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #40E960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E960 is #BF169F. Grayscale: #A7A7A7. Windows color (decimal): -12523168 or 6351168. OLE color: 6351168.
HSL color Cylindrical-coordinate representation of color #40E960: hue angle of 131.36º 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 #40E960 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 96 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.09 |
| HSL | 131.36º | 0.79% | 0.58% | - |
| HSV(B) | 131.36º | 0.73% | 0.91% | - |
| XYZ | 33.36 | 60.21 | 20.93 | - |
| YUV | 166.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 96 | 0.73 | 0 | 0.59 | 0.09 | 131.36 | 0.79 | 0.58 |
| Hex | 40 | E9 | 60 | 49 | 0 | 3B | 9 | 83 | 4F | 3A |
| Octal | 100 | 351 | 140 | 111 | 0 | 73 | 11 | 203 | 117 | 72 |
| Binary | 1000000 | 11101001 | 1100000 | 1001001 | 0 | 111011 | 1001 | 10000011 | 1001111 | 111010 |
Color Harmonies of #40E960
Complementary color
Monochromatic Colors of #40E960
Black with #40E960
Text Example
Text Example
White with #40E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E960; }
p { color: rgb(64,233,96); }
H1.HeaderClassName
{
color: #40E960;
}
.AnyTagClassName
{
color: #40E960;
}
</style>
background-color css
<style>
a { background-color: #40E960; }
a { background-color: rgb(64,233,96); }
div.DivClassName
{
background-color: #40E960;
}
.BgClassName
{
background-color: #40E960;
}
</style>
border-color css
<style>
span { border-color: #40E960; }
span { border-color: rgb(64,233,96); }
td.TdClassName
{
border-color: #40E960;
}
.TagClassName
{
border-color: #40E960;
}
</style>