Shades of Granny Apple #D0F0D5
Tints of Granny Apple #D0F0D5
RGB
CMYK
RGB Variations
Color information
#D0F0D5 (or 0xD0F0D5) is known color: Granny Apple. HEX triplet: D0, F0 and D5. RGB value is (208,240,213). Sum of RGB (Red+Green+Blue) = 208+240+213=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0D5 is #2F0F2A. Grayscale: #E3E3E3. Windows color (decimal): -3084075 or 14020816. OLE color: 14020816.
HSL color Cylindrical-coordinate representation of color #D0F0D5: hue angle of 129.38º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0F0D5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 213 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.06 |
| HSL | 129.38º | 0.52% | 0.88% | - |
| HSV(B) | 129.38º | 0.13% | 0.94% | - |
| XYZ | 69.18 | 80.53 | 74.85 | - |
| YUV | 227.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 213 | 0.13 | 0 | 0.11 | 0.06 | 129.38 | 0.52 | 0.88 |
| Hex | D0 | F0 | D5 | D | 0 | B | 6 | 81 | 34 | 58 |
| Octal | 320 | 360 | 325 | 15 | 0 | 13 | 6 | 201 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11010101 | 1101 | 0 | 1011 | 110 | 10000001 | 110100 | 1011000 |
Color Harmonies of #D0F0D5
Complementary color
Monochromatic Colors of #D0F0D5
Black with #D0F0D5
Text Example
Text Example
White with #D0F0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0D5; }
p { color: rgb(208,240,213); }
H1.HeaderClassName
{
color: #D0F0D5;
}
.AnyTagClassName
{
color: #D0F0D5;
}
</style>
background-color css
<style>
a { background-color: #D0F0D5; }
a { background-color: rgb(208,240,213); }
div.DivClassName
{
background-color: #D0F0D5;
}
.BgClassName
{
background-color: #D0F0D5;
}
</style>
border-color css
<style>
span { border-color: #D0F0D5; }
span { border-color: rgb(208,240,213); }
td.TdClassName
{
border-color: #D0F0D5;
}
.TagClassName
{
border-color: #D0F0D5;
}
</style>