Shades of Tara #D0F7D4
Tints of Tara #D0F7D4
RGB
CMYK
RGB Variations
Color information
#D0F7D4 (or 0xD0F7D4) is known color: Tara. HEX triplet: D0, F7 and D4. RGB value is (208,247,212). Sum of RGB (Red+Green+Blue) = 208+247+212=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7D4 is #2F082B. Grayscale: #E7E7E7. Windows color (decimal): -3082284 or 13957072. OLE color: 13957072.
HSL color Cylindrical-coordinate representation of color #D0F7D4: hue angle of 126.15º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7D4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 212 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.03 |
| HSL | 126.15º | 0.71% | 0.89% | - |
| HSV(B) | 126.15º | 0.16% | 0.97% | - |
| XYZ | 71.16 | 84.68 | 74.88 | - |
| YUV | 231.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 212 | 0.16 | 0 | 0.14 | 0.03 | 126.15 | 0.71 | 0.89 |
| Hex | D0 | F7 | D4 | 10 | 0 | E | 3 | 7E | 47 | 59 |
| Octal | 320 | 367 | 324 | 20 | 0 | 16 | 3 | 176 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11010100 | 10000 | 0 | 1110 | 11 | 1111110 | 1000111 | 1011001 |
Color Harmonies of #D0F7D4
Complementary color
Monochromatic Colors of #D0F7D4
Black with #D0F7D4
Text Example
Text Example
White with #D0F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7D4; }
p { color: rgb(208,247,212); }
H1.HeaderClassName
{
color: #D0F7D4;
}
.AnyTagClassName
{
color: #D0F7D4;
}
</style>
background-color css
<style>
a { background-color: #D0F7D4; }
a { background-color: rgb(208,247,212); }
div.DivClassName
{
background-color: #D0F7D4;
}
.BgClassName
{
background-color: #D0F7D4;
}
</style>
border-color css
<style>
span { border-color: #D0F7D4; }
span { border-color: rgb(208,247,212); }
td.TdClassName
{
border-color: #D0F7D4;
}
.TagClassName
{
border-color: #D0F7D4;
}
</style>