Shades of Apple Green #DBE9DA
Tints of Apple Green #DBE9DA
RGB
CMYK
RGB Variations
Color information
#DBE9DA (or 0xDBE9DA) is known color: Apple Green. HEX triplet: DB, E9 and DA. RGB value is (219,233,218). Sum of RGB (Red+Green+Blue) = 219+233+218=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9DA is #241625. Grayscale: #E3E3E3. Windows color (decimal): -2364966 or 14346715. OLE color: 14346715.
HSL color Cylindrical-coordinate representation of color #DBE9DA: hue angle of 116º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9DA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 218 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 116º | 0.25% | 0.88% | - |
HSV(B) | 116º | 0.06% | 0.91% | - |
XYZ | 71.01 | 78.4 | 77.72 | - |
YUV | 227.1 | 122.86 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 218 | 0.06 | 0 | 0.06 | 0.09 | 116 | 0.25 | 0.88 |
Hex | DB | E9 | DA | 6 | 0 | 6 | 9 | 74 | 19 | 58 |
Octal | 333 | 351 | 332 | 6 | 0 | 6 | 11 | 164 | 31 | 130 |
Binary | 11011011 | 11101001 | 11011010 | 110 | 0 | 110 | 1001 | 1110100 | 11001 | 1011000 |
Color Harmonies of #DBE9DA
Complementary color
Monochromatic Colors of #DBE9DA
Black with #DBE9DA
Text Example
Text Example
White with #DBE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9DA; }
p { color: rgb(219,233,218); }
H1.HeaderClassName
{
color: #DBE9DA;
}
.AnyTagClassName
{
color: #DBE9DA;
}
</style>
background-color css
<style>
a { background-color: #DBE9DA; }
a { background-color: rgb(219,233,218); }
div.DivClassName
{
background-color: #DBE9DA;
}
.BgClassName
{
background-color: #DBE9DA;
}
</style>
border-color css
<style>
span { border-color: #DBE9DA; }
span { border-color: rgb(219,233,218); }
td.TdClassName
{
border-color: #DBE9DA;
}
.TagClassName
{
border-color: #DBE9DA;
}
</style>