Shades of Tara #D0FED4
Tints of Tara #D0FED4
RGB
CMYK
RGB Variations
Color information
#D0FED4 (or 0xD0FED4) is known color: Tara. HEX triplet: D0, FE and D4. RGB value is (208,254,212). Sum of RGB (Red+Green+Blue) = 208+254+212=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FED4 is #2F012B. Grayscale: #EBEBEB. Windows color (decimal): -3080492 or 13958864. OLE color: 13958864.
HSL color Cylindrical-coordinate representation of color #D0FED4: hue angle of 125.22º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FED4 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 212 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.00 |
| HSL | 125.22º | 0.96% | 0.91% | - |
| HSV(B) | 125.22º | 0.18% | 1% | - |
| XYZ | 73.34 | 89.05 | 75.61 | - |
| YUV | 235.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 212 | 0.18 | 0 | 0.17 | 0.00 | 125.22 | 0.96 | 0.91 |
| Hex | D0 | FE | D4 | 12 | 0 | 11 | 0 | 7D | 60 | 5B |
| Octal | 320 | 376 | 324 | 22 | 0 | 21 | 0 | 175 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11010100 | 10010 | 0 | 10001 | 0 | 1111101 | 1100000 | 1011011 |
Color Harmonies of #D0FED4
Complementary color
Monochromatic Colors of #D0FED4
Black with #D0FED4
Text Example
Text Example
White with #D0FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FED4; }
p { color: rgb(208,254,212); }
H1.HeaderClassName
{
color: #D0FED4;
}
.AnyTagClassName
{
color: #D0FED4;
}
</style>
background-color css
<style>
a { background-color: #D0FED4; }
a { background-color: rgb(208,254,212); }
div.DivClassName
{
background-color: #D0FED4;
}
.BgClassName
{
background-color: #D0FED4;
}
</style>
border-color css
<style>
span { border-color: #D0FED4; }
span { border-color: rgb(208,254,212); }
td.TdClassName
{
border-color: #D0FED4;
}
.TagClassName
{
border-color: #D0FED4;
}
</style>