Shades of Apple Green #DEEBDA
Tints of Apple Green #DEEBDA
RGB
CMYK
RGB Variations
Color information
#DEEBDA (or 0xDEEBDA) is known color: Apple Green. HEX triplet: DE, EB and DA. RGB value is (222,235,218). Sum of RGB (Red+Green+Blue) = 222+235+218=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBDA is #211425. Grayscale: #E5E5E5. Windows color (decimal): -2167846 or 14347230. OLE color: 14347230.
HSL color Cylindrical-coordinate representation of color #DEEBDA: hue angle of 105.88º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEBDA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 235 | 218 | - |
CMYK | 0.06 | 0 | 0.07 | 0.08 |
HSL | 105.88º | 0.3% | 0.89% | - |
HSV(B) | 105.88º | 0.07% | 0.92% | - |
XYZ | 72.49 | 80.01 | 77.95 | - |
YUV | 229.18 | 121.69 | 122.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 235 | 218 | 0.06 | 0 | 0.07 | 0.08 | 105.88 | 0.3 | 0.89 |
Hex | DE | EB | DA | 6 | 0 | 7 | 8 | 6A | 1E | 59 |
Octal | 336 | 353 | 332 | 6 | 0 | 7 | 10 | 152 | 36 | 131 |
Binary | 11011110 | 11101011 | 11011010 | 110 | 0 | 111 | 1000 | 1101010 | 11110 | 1011001 |
Color Harmonies of #DEEBDA
Complementary color
Monochromatic Colors of #DEEBDA
Black with #DEEBDA
Text Example
Text Example
White with #DEEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBDA; }
p { color: rgb(222,235,218); }
H1.HeaderClassName
{
color: #DEEBDA;
}
.AnyTagClassName
{
color: #DEEBDA;
}
</style>
background-color css
<style>
a { background-color: #DEEBDA; }
a { background-color: rgb(222,235,218); }
div.DivClassName
{
background-color: #DEEBDA;
}
.BgClassName
{
background-color: #DEEBDA;
}
</style>
border-color css
<style>
span { border-color: #DEEBDA; }
span { border-color: rgb(222,235,218); }
td.TdClassName
{
border-color: #DEEBDA;
}
.TagClassName
{
border-color: #DEEBDA;
}
</style>