Shades of Tara #D5F1D5
Tints of Tara #D5F1D5
RGB
CMYK
RGB Variations
Color information
#D5F1D5 (or 0xD5F1D5) is known color: Tara. HEX triplet: D5, F1 and D5. RGB value is (213,241,213). Sum of RGB (Red+Green+Blue) = 213+241+213=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D5 is #2A0E2A. Grayscale: #E5E5E5. Windows color (decimal): -2756139 or 14021077. OLE color: 14021077.
HSL color Cylindrical-coordinate representation of color #D5F1D5: hue angle of 120º degrees, saturation: 0.5, 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 #D5F1D5 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 213 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.05 |
| HSL | 120º | 0.5% | 0.89% | - |
| HSV(B) | 120º | 0.12% | 0.95% | - |
| XYZ | 70.91 | 81.86 | 75.01 | - |
| YUV | 229.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 213 | 0.12 | 0 | 0.12 | 0.05 | 120 | 0.5 | 0.89 |
| Hex | D5 | F1 | D5 | C | 0 | C | 5 | 78 | 32 | 59 |
| Octal | 325 | 361 | 325 | 14 | 0 | 14 | 5 | 170 | 62 | 131 |
| Binary | 11010101 | 11110001 | 11010101 | 1100 | 0 | 1100 | 101 | 1111000 | 110010 | 1011001 |
Color Harmonies of #D5F1D5
Complementary color
Monochromatic Colors of #D5F1D5
Black with #D5F1D5
Text Example
Text Example
White with #D5F1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F1D5; }
p { color: rgb(213,241,213); }
H1.HeaderClassName
{
color: #D5F1D5;
}
.AnyTagClassName
{
color: #D5F1D5;
}
</style>
background-color css
<style>
a { background-color: #D5F1D5; }
a { background-color: rgb(213,241,213); }
div.DivClassName
{
background-color: #D5F1D5;
}
.BgClassName
{
background-color: #D5F1D5;
}
</style>
border-color css
<style>
span { border-color: #D5F1D5; }
span { border-color: rgb(213,241,213); }
td.TdClassName
{
border-color: #D5F1D5;
}
.TagClassName
{
border-color: #D5F1D5;
}
</style>