Shades of Emerald #40E96B
Tints of Emerald #40E96B
RGB
CMYK
RGB Variations
Color information
#40E96B (or 0x40E96B) is known color: Emerald. HEX triplet: 40, E9 and 6B. RGB value is (64,233,107). Sum of RGB (Red+Green+Blue) = 64+233+107=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #40E96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E96B is #BF1694. Grayscale: #A8A8A8. Windows color (decimal): -12523157 or 7072064. OLE color: 7072064.
HSL color Cylindrical-coordinate representation of color #40E96B: hue angle of 135.27º 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 #40E96B is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 107 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.09 |
| HSL | 135.27º | 0.79% | 0.58% | - |
| HSV(B) | 135.27º | 0.73% | 0.91% | - |
| XYZ | 33.91 | 60.43 | 23.79 | - |
| YUV | 168.11 | 93.51 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 107 | 0.73 | 0 | 0.54 | 0.09 | 135.27 | 0.79 | 0.58 |
| Hex | 40 | E9 | 6B | 49 | 0 | 36 | 9 | 87 | 4F | 3A |
| Octal | 100 | 351 | 153 | 111 | 0 | 66 | 11 | 207 | 117 | 72 |
| Binary | 1000000 | 11101001 | 1101011 | 1001001 | 0 | 110110 | 1001 | 10000111 | 1001111 | 111010 |
Color Harmonies of #40E96B
Complementary color
Monochromatic Colors of #40E96B
Black with #40E96B
Text Example
Text Example
White with #40E96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E96B; }
p { color: rgb(64,233,107); }
H1.HeaderClassName
{
color: #40E96B;
}
.AnyTagClassName
{
color: #40E96B;
}
</style>
background-color css
<style>
a { background-color: #40E96B; }
a { background-color: rgb(64,233,107); }
div.DivClassName
{
background-color: #40E96B;
}
.BgClassName
{
background-color: #40E96B;
}
</style>
border-color css
<style>
span { border-color: #40E96B; }
span { border-color: rgb(64,233,107); }
td.TdClassName
{
border-color: #40E96B;
}
.TagClassName
{
border-color: #40E96B;
}
</style>