Shades of Tara #D5FED5
Tints of Tara #D5FED5
RGB
CMYK
RGB Variations
Color information
#D5FED5 (or 0xD5FED5) is known color: Tara. HEX triplet: D5, FE and D5. RGB value is (213,254,213). Sum of RGB (Red+Green+Blue) = 213+254+213=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FED5 is #2A012A. Grayscale: #EDEDED. Windows color (decimal): -2752811 or 14024405. OLE color: 14024405.
HSL color Cylindrical-coordinate representation of color #D5FED5: hue angle of 120º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FED5 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 213 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.00 |
| HSL | 120º | 0.95% | 0.92% | - |
| HSV(B) | 120º | 0.16% | 1% | - |
| XYZ | 74.89 | 89.83 | 76.34 | - |
| YUV | 237.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 213 | 0.16 | 0 | 0.16 | 0.00 | 120 | 0.95 | 0.92 |
| Hex | D5 | FE | D5 | 10 | 0 | 10 | 0 | 78 | 5F | 5C |
| Octal | 325 | 376 | 325 | 20 | 0 | 20 | 0 | 170 | 137 | 134 |
| Binary | 11010101 | 11111110 | 11010101 | 10000 | 0 | 10000 | 0 | 1111000 | 1011111 | 1011100 |
Color Harmonies of #D5FED5
Complementary color
Monochromatic Colors of #D5FED5
Black with #D5FED5
Text Example
Text Example
White with #D5FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FED5; }
p { color: rgb(213,254,213); }
H1.HeaderClassName
{
color: #D5FED5;
}
.AnyTagClassName
{
color: #D5FED5;
}
</style>
background-color css
<style>
a { background-color: #D5FED5; }
a { background-color: rgb(213,254,213); }
div.DivClassName
{
background-color: #D5FED5;
}
.BgClassName
{
background-color: #D5FED5;
}
</style>
border-color css
<style>
span { border-color: #D5FED5; }
span { border-color: rgb(213,254,213); }
td.TdClassName
{
border-color: #D5FED5;
}
.TagClassName
{
border-color: #D5FED5;
}
</style>