Shades of Apple Green #DAEAD8
Tints of Apple Green #DAEAD8
RGB
CMYK
RGB Variations
Color information
#DAEAD8 (or 0xDAEAD8) is known color: Apple Green. HEX triplet: DA, EA and D8. RGB value is (218,234,216). Sum of RGB (Red+Green+Blue) = 218+234+216=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAD8 is #251527. Grayscale: #E3E3E3. Windows color (decimal): -2430248 or 14215898. OLE color: 14215898.
HSL color Cylindrical-coordinate representation of color #DAEAD8: hue angle of 113.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEAD8 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 234 | 216 | - |
CMYK | 0.07 | 0 | 0.08 | 0.08 |
HSL | 113.33º | 0.3% | 0.88% | - |
HSV(B) | 113.33º | 0.08% | 0.92% | - |
XYZ | 70.73 | 78.71 | 76.43 | - |
YUV | 227.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 216 | 0.07 | 0 | 0.08 | 0.08 | 113.33 | 0.3 | 0.88 |
Hex | DA | EA | D8 | 7 | 0 | 8 | 8 | 71 | 1E | 58 |
Octal | 332 | 352 | 330 | 7 | 0 | 10 | 10 | 161 | 36 | 130 |
Binary | 11011010 | 11101010 | 11011000 | 111 | 0 | 1000 | 1000 | 1110001 | 11110 | 1011000 |
Color Harmonies of #DAEAD8
Complementary color
Monochromatic Colors of #DAEAD8
Black with #DAEAD8
Text Example
Text Example
White with #DAEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAD8; }
p { color: rgb(218,234,216); }
H1.HeaderClassName
{
color: #DAEAD8;
}
.AnyTagClassName
{
color: #DAEAD8;
}
</style>
background-color css
<style>
a { background-color: #DAEAD8; }
a { background-color: rgb(218,234,216); }
div.DivClassName
{
background-color: #DAEAD8;
}
.BgClassName
{
background-color: #DAEAD8;
}
</style>
border-color css
<style>
span { border-color: #DAEAD8; }
span { border-color: rgb(218,234,216); }
td.TdClassName
{
border-color: #DAEAD8;
}
.TagClassName
{
border-color: #DAEAD8;
}
</style>