Shades of Apple Green #DBEFD8
Tints of Apple Green #DBEFD8
RGB
CMYK
RGB Variations
Color information
#DBEFD8 (or 0xDBEFD8) is known color: Apple Green. HEX triplet: DB, EF and D8. RGB value is (219,239,216). Sum of RGB (Red+Green+Blue) = 219+239+216=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD8 is #241027. Grayscale: #E6E6E6. Windows color (decimal): -2363432 or 14217179. OLE color: 14217179.
HSL color Cylindrical-coordinate representation of color #DBEFD8: hue angle of 112.17º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFD8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 216 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 112.17º | 0.42% | 0.89% | - |
| HSV(B) | 112.17º | 0.1% | 0.94% | - |
| XYZ | 72.47 | 81.75 | 76.93 | - |
| YUV | 230.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 216 | 0.08 | 0 | 0.10 | 0.06 | 112.17 | 0.42 | 0.89 |
| Hex | DB | EF | D8 | 8 | 0 | A | 6 | 70 | 2A | 59 |
| Octal | 333 | 357 | 330 | 10 | 0 | 12 | 6 | 160 | 52 | 131 |
| Binary | 11011011 | 11101111 | 11011000 | 1000 | 0 | 1010 | 110 | 1110000 | 101010 | 1011001 |
Color Harmonies of #DBEFD8
Complementary color
Monochromatic Colors of #DBEFD8
Black with #DBEFD8
Text Example
Text Example
White with #DBEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD8; }
p { color: rgb(219,239,216); }
H1.HeaderClassName
{
color: #DBEFD8;
}
.AnyTagClassName
{
color: #DBEFD8;
}
</style>
background-color css
<style>
a { background-color: #DBEFD8; }
a { background-color: rgb(219,239,216); }
div.DivClassName
{
background-color: #DBEFD8;
}
.BgClassName
{
background-color: #DBEFD8;
}
</style>
border-color css
<style>
span { border-color: #DBEFD8; }
span { border-color: rgb(219,239,216); }
td.TdClassName
{
border-color: #DBEFD8;
}
.TagClassName
{
border-color: #DBEFD8;
}
</style>