Shades of Tara #D2FBD2
Tints of Tara #D2FBD2
RGB
CMYK
RGB Variations
Color information
#D2FBD2 (or 0xD2FBD2) is known color: Tara. HEX triplet: D2, FB and D2. RGB value is (210,251,210). Sum of RGB (Red+Green+Blue) = 210+251+210=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBD2 is #2D042D. Grayscale: #EAEAEA. Windows color (decimal): -2950190 or 13827026. OLE color: 13827026.
HSL color Cylindrical-coordinate representation of color #D2FBD2: hue angle of 120º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBD2 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 210 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.02 |
| HSL | 120º | 0.84% | 0.9% | - |
| HSV(B) | 120º | 0.16% | 0.98% | - |
| XYZ | 72.71 | 87.35 | 74 | - |
| YUV | 234.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 210 | 0.16 | 0 | 0.16 | 0.02 | 120 | 0.84 | 0.9 |
| Hex | D2 | FB | D2 | 10 | 0 | 10 | 2 | 78 | 54 | 5A |
| Octal | 322 | 373 | 322 | 20 | 0 | 20 | 2 | 170 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11010010 | 10000 | 0 | 10000 | 10 | 1111000 | 1010100 | 1011010 |
Color Harmonies of #D2FBD2
Complementary color
Monochromatic Colors of #D2FBD2
Black with #D2FBD2
Text Example
Text Example
White with #D2FBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBD2; }
p { color: rgb(210,251,210); }
H1.HeaderClassName
{
color: #D2FBD2;
}
.AnyTagClassName
{
color: #D2FBD2;
}
</style>
background-color css
<style>
a { background-color: #D2FBD2; }
a { background-color: rgb(210,251,210); }
div.DivClassName
{
background-color: #D2FBD2;
}
.BgClassName
{
background-color: #D2FBD2;
}
</style>
border-color css
<style>
span { border-color: #D2FBD2; }
span { border-color: rgb(210,251,210); }
td.TdClassName
{
border-color: #D2FBD2;
}
.TagClassName
{
border-color: #D2FBD2;
}
</style>