Shades of Emerald #40DB68
Tints of Emerald #40DB68
RGB
CMYK
RGB Variations
Color information
#40DB68 (or 0x40DB68) is known color: Emerald. HEX triplet: 40, DB and 68. RGB value is (64,219,104). Sum of RGB (Red+Green+Blue) = 64+219+104=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB68 is #BF2497. Grayscale: #9F9F9F. Windows color (decimal): -12526744 or 6871872. OLE color: 6871872.
HSL color Cylindrical-coordinate representation of color #40DB68: hue angle of 135.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB68 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 104 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.14 |
| HSL | 135.48º | 0.68% | 0.55% | - |
| HSV(B) | 135.48º | 0.71% | 0.86% | - |
| XYZ | 29.94 | 52.75 | 21.7 | - |
| YUV | 159.55 | 96.65 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 104 | 0.71 | 0 | 0.53 | 0.14 | 135.48 | 0.68 | 0.55 |
| Hex | 40 | DB | 68 | 47 | 0 | 35 | E | 87 | 44 | 37 |
| Octal | 100 | 333 | 150 | 107 | 0 | 65 | 16 | 207 | 104 | 67 |
| Binary | 1000000 | 11011011 | 1101000 | 1000111 | 0 | 110101 | 1110 | 10000111 | 1000100 | 110111 |
Color Harmonies of #40DB68
Complementary color
Monochromatic Colors of #40DB68
Black with #40DB68
Text Example
Text Example
White with #40DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB68; }
p { color: rgb(64,219,104); }
H1.HeaderClassName
{
color: #40DB68;
}
.AnyTagClassName
{
color: #40DB68;
}
</style>
background-color css
<style>
a { background-color: #40DB68; }
a { background-color: rgb(64,219,104); }
div.DivClassName
{
background-color: #40DB68;
}
.BgClassName
{
background-color: #40DB68;
}
</style>
border-color css
<style>
span { border-color: #40DB68; }
span { border-color: rgb(64,219,104); }
td.TdClassName
{
border-color: #40DB68;
}
.TagClassName
{
border-color: #40DB68;
}
</style>