Shades of Apple Green #DBE6DA
Tints of Apple Green #DBE6DA
RGB
CMYK
RGB Variations
Color information
#DBE6DA (or 0xDBE6DA) is known color: Apple Green. HEX triplet: DB, E6 and DA. RGB value is (219,230,218). Sum of RGB (Red+Green+Blue) = 219+230+218=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6DA is #241925. Grayscale: #E1E1E1. Windows color (decimal): -2365734 or 14345947. OLE color: 14345947.
HSL color Cylindrical-coordinate representation of color #DBE6DA: hue angle of 115º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE6DA is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 230 | 218 | - |
CMYK | 0.05 | 0 | 0.05 | 0.10 |
HSL | 115º | 0.19% | 0.88% | - |
HSV(B) | 115º | 0.05% | 0.9% | - |
XYZ | 70.17 | 76.72 | 77.44 | - |
YUV | 225.34 | 123.86 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 218 | 0.05 | 0 | 0.05 | 0.10 | 115 | 0.19 | 0.88 |
Hex | DB | E6 | DA | 5 | 0 | 5 | A | 73 | 13 | 58 |
Octal | 333 | 346 | 332 | 5 | 0 | 5 | 12 | 163 | 23 | 130 |
Binary | 11011011 | 11100110 | 11011010 | 101 | 0 | 101 | 1010 | 1110011 | 10011 | 1011000 |
Color Harmonies of #DBE6DA
Complementary color
Monochromatic Colors of #DBE6DA
Black with #DBE6DA
Text Example
Text Example
White with #DBE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6DA; }
p { color: rgb(219,230,218); }
H1.HeaderClassName
{
color: #DBE6DA;
}
.AnyTagClassName
{
color: #DBE6DA;
}
</style>
background-color css
<style>
a { background-color: #DBE6DA; }
a { background-color: rgb(219,230,218); }
div.DivClassName
{
background-color: #DBE6DA;
}
.BgClassName
{
background-color: #DBE6DA;
}
</style>
border-color css
<style>
span { border-color: #DBE6DA; }
span { border-color: rgb(219,230,218); }
td.TdClassName
{
border-color: #DBE6DA;
}
.TagClassName
{
border-color: #DBE6DA;
}
</style>