Shades of Apple Green #DBEED8
Tints of Apple Green #DBEED8
RGB
CMYK
RGB Variations
Color information
#DBEED8 (or 0xDBEED8) is known color: Apple Green. HEX triplet: DB, EE and D8. RGB value is (219,238,216). Sum of RGB (Red+Green+Blue) = 219+238+216=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED8 is #241127. Grayscale: #E5E5E5. Windows color (decimal): -2363688 or 14216923. OLE color: 14216923.
HSL color Cylindrical-coordinate representation of color #DBEED8: hue angle of 111.82º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEED8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 216 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.07 |
| HSL | 111.82º | 0.39% | 0.89% | - |
| HSV(B) | 111.82º | 0.09% | 0.93% | - |
| XYZ | 72.18 | 81.17 | 76.83 | - |
| YUV | 229.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 216 | 0.08 | 0 | 0.09 | 0.07 | 111.82 | 0.39 | 0.89 |
| Hex | DB | EE | D8 | 8 | 0 | 9 | 7 | 70 | 27 | 59 |
| Octal | 333 | 356 | 330 | 10 | 0 | 11 | 7 | 160 | 47 | 131 |
| Binary | 11011011 | 11101110 | 11011000 | 1000 | 0 | 1001 | 111 | 1110000 | 100111 | 1011001 |
Color Harmonies of #DBEED8
Complementary color
Monochromatic Colors of #DBEED8
Black with #DBEED8
Text Example
Text Example
White with #DBEED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEED8; }
p { color: rgb(219,238,216); }
H1.HeaderClassName
{
color: #DBEED8;
}
.AnyTagClassName
{
color: #DBEED8;
}
</style>
background-color css
<style>
a { background-color: #DBEED8; }
a { background-color: rgb(219,238,216); }
div.DivClassName
{
background-color: #DBEED8;
}
.BgClassName
{
background-color: #DBEED8;
}
</style>
border-color css
<style>
span { border-color: #DBEED8; }
span { border-color: rgb(219,238,216); }
td.TdClassName
{
border-color: #DBEED8;
}
.TagClassName
{
border-color: #DBEED8;
}
</style>