Shades of Apple Green #DAEED7
Tints of Apple Green #DAEED7
RGB
CMYK
RGB Variations
Color information
#DAEED7 (or 0xDAEED7) is known color: Apple Green. HEX triplet: DA, EE and D7. RGB value is (218,238,215). Sum of RGB (Red+Green+Blue) = 218+238+215=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED7 is #251128. Grayscale: #E5E5E5. Windows color (decimal): -2429225 or 14151386. OLE color: 14151386.
HSL color Cylindrical-coordinate representation of color #DAEED7: hue angle of 112.17º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEED7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 215 | - |
CMYK | 0.08 | 0 | 0.10 | 0.07 |
HSL | 112.17º | 0.4% | 0.89% | - |
HSV(B) | 112.17º | 0.1% | 0.93% | - |
XYZ | 71.75 | 80.96 | 76.14 | - |
YUV | 229.4 | 119.87 | 119.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 215 | 0.08 | 0 | 0.10 | 0.07 | 112.17 | 0.4 | 0.89 |
Hex | DA | EE | D7 | 8 | 0 | A | 7 | 70 | 28 | 59 |
Octal | 332 | 356 | 327 | 10 | 0 | 12 | 7 | 160 | 50 | 131 |
Binary | 11011010 | 11101110 | 11010111 | 1000 | 0 | 1010 | 111 | 1110000 | 101000 | 1011001 |
Color Harmonies of #DAEED7
Complementary color
Monochromatic Colors of #DAEED7
Black with #DAEED7
Text Example
Text Example
White with #DAEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEED7; }
p { color: rgb(218,238,215); }
H1.HeaderClassName
{
color: #DAEED7;
}
.AnyTagClassName
{
color: #DAEED7;
}
</style>
background-color css
<style>
a { background-color: #DAEED7; }
a { background-color: rgb(218,238,215); }
div.DivClassName
{
background-color: #DAEED7;
}
.BgClassName
{
background-color: #DAEED7;
}
</style>
border-color css
<style>
span { border-color: #DAEED7; }
span { border-color: rgb(218,238,215); }
td.TdClassName
{
border-color: #DAEED7;
}
.TagClassName
{
border-color: #DAEED7;
}
</style>