Shades of Tara #D5F1D4
Tints of Tara #D5F1D4
RGB
CMYK
RGB Variations
Color information
#D5F1D4 (or 0xD5F1D4) is known color: Tara. HEX triplet: D5, F1 and D4. RGB value is (213,241,212). Sum of RGB (Red+Green+Blue) = 213+241+212=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D4 is #2A0E2B. Grayscale: #E5E5E5. Windows color (decimal): -2756140 or 13955541. OLE color: 13955541.
HSL color Cylindrical-coordinate representation of color #D5F1D4: hue angle of 117.93º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1D4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 212 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.05 |
| HSL | 117.93º | 0.51% | 0.89% | - |
| HSV(B) | 117.93º | 0.12% | 0.95% | - |
| XYZ | 70.78 | 81.81 | 74.35 | - |
| YUV | 229.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 212 | 0.12 | 0 | 0.12 | 0.05 | 117.93 | 0.51 | 0.89 |
| Hex | D5 | F1 | D4 | C | 0 | C | 5 | 76 | 33 | 59 |
| Octal | 325 | 361 | 324 | 14 | 0 | 14 | 5 | 166 | 63 | 131 |
| Binary | 11010101 | 11110001 | 11010100 | 1100 | 0 | 1100 | 101 | 1110110 | 110011 | 1011001 |
Color Harmonies of #D5F1D4
Complementary color
Monochromatic Colors of #D5F1D4
Black with #D5F1D4
Text Example
Text Example
White with #D5F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F1D4; }
p { color: rgb(213,241,212); }
H1.HeaderClassName
{
color: #D5F1D4;
}
.AnyTagClassName
{
color: #D5F1D4;
}
</style>
background-color css
<style>
a { background-color: #D5F1D4; }
a { background-color: rgb(213,241,212); }
div.DivClassName
{
background-color: #D5F1D4;
}
.BgClassName
{
background-color: #D5F1D4;
}
</style>
border-color css
<style>
span { border-color: #D5F1D4; }
span { border-color: rgb(213,241,212); }
td.TdClassName
{
border-color: #D5F1D4;
}
.TagClassName
{
border-color: #D5F1D4;
}
</style>