#D0FED4

Color #D0FED4 Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #D0FED4

Tints of Tara #D0FED4

Color information

#D0FED4 (or 0xD0FED4) is unknown color: approx 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

RGB208254212-
CMYK0.1800.170.00
HSL125.22º95.83%90.59%-
HSV(B)125.22º18.11%99.61%-
XYZ73.3489.0575.61-
YUV235.46114.76108.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 30.86%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 212 (83.20% from 255) = 31.45%
R=30.86%
G=37.69%
B=31.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542120.1800.170.00125.2295.8390.59
HexD0FED41201107d605b
Octal320376324220210175140133
Binary110100001111111011010100100100100010111110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>