Shades of Emerald #40E66B
Tints of Emerald #40E66B
RGB
CMYK
RGB Variations
Color information
#40E66B (or 0x40E66B) is known color: Emerald. HEX triplet: 40, E6 and 6B. RGB value is (64,230,107). Sum of RGB (Red+Green+Blue) = 64+230+107=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 230 (90.23% from 255 or 57.36% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 230 - color contains mainly: green. Hex color #40E66B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E66B is #BF1994. Grayscale: #A6A6A6. Windows color (decimal): -12523925 or 7071296. OLE color: 7071296.
HSL color Cylindrical-coordinate representation of color #40E66B: hue angle of 135.54º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E66B is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 107 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.10 |
| HSL | 135.54º | 0.77% | 0.58% | - |
| HSV(B) | 135.54º | 0.72% | 0.9% | - |
| XYZ | 33.07 | 58.75 | 23.51 | - |
| YUV | 166.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 107 | 0.72 | 0 | 0.53 | 0.10 | 135.54 | 0.77 | 0.58 |
| Hex | 40 | E6 | 6B | 48 | 0 | 35 | A | 88 | 4D | 3A |
| Octal | 100 | 346 | 153 | 110 | 0 | 65 | 12 | 210 | 115 | 72 |
| Binary | 1000000 | 11100110 | 1101011 | 1001000 | 0 | 110101 | 1010 | 10001000 | 1001101 | 111010 |
Color Harmonies of #40E66B
Complementary color
Monochromatic Colors of #40E66B
Black with #40E66B
Text Example
Text Example
White with #40E66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E66B; }
p { color: rgb(64,230,107); }
H1.HeaderClassName
{
color: #40E66B;
}
.AnyTagClassName
{
color: #40E66B;
}
</style>
background-color css
<style>
a { background-color: #40E66B; }
a { background-color: rgb(64,230,107); }
div.DivClassName
{
background-color: #40E66B;
}
.BgClassName
{
background-color: #40E66B;
}
</style>
border-color css
<style>
span { border-color: #40E66B; }
span { border-color: rgb(64,230,107); }
td.TdClassName
{
border-color: #40E66B;
}
.TagClassName
{
border-color: #40E66B;
}
</style>