Shades of Tara #D2FED2
Tints of Tara #D2FED2
RGB
CMYK
RGB Variations
Color information
#D2FED2 (or 0xD2FED2) is known color: Tara. HEX triplet: D2, FE and D2. RGB value is (210,254,210). Sum of RGB (Red+Green+Blue) = 210+254+210=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FED2 is #2D012D. Grayscale: #EBEBEB. Windows color (decimal): -2949422 or 13827794. OLE color: 13827794.
HSL color Cylindrical-coordinate representation of color #D2FED2: hue angle of 120º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FED2 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 210 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.00 |
| HSL | 120º | 0.96% | 0.91% | - |
| HSV(B) | 120º | 0.17% | 1% | - |
| XYZ | 73.65 | 89.24 | 74.32 | - |
| YUV | 235.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 210 | 0.17 | 0 | 0.17 | 0.00 | 120 | 0.96 | 0.91 |
| Hex | D2 | FE | D2 | 11 | 0 | 11 | 0 | 78 | 60 | 5B |
| Octal | 322 | 376 | 322 | 21 | 0 | 21 | 0 | 170 | 140 | 133 |
| Binary | 11010010 | 11111110 | 11010010 | 10001 | 0 | 10001 | 0 | 1111000 | 1100000 | 1011011 |
Color Harmonies of #D2FED2
Complementary color
Monochromatic Colors of #D2FED2
Black with #D2FED2
Text Example
Text Example
White with #D2FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FED2; }
p { color: rgb(210,254,210); }
H1.HeaderClassName
{
color: #D2FED2;
}
.AnyTagClassName
{
color: #D2FED2;
}
</style>
background-color css
<style>
a { background-color: #D2FED2; }
a { background-color: rgb(210,254,210); }
div.DivClassName
{
background-color: #D2FED2;
}
.BgClassName
{
background-color: #D2FED2;
}
</style>
border-color css
<style>
span { border-color: #D2FED2; }
span { border-color: rgb(210,254,210); }
td.TdClassName
{
border-color: #D2FED2;
}
.TagClassName
{
border-color: #D2FED2;
}
</style>