#D0FFD0

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

Shades of Tara #D0FFD0

Tints of Tara #D0FFD0

Color information

#D0FFD0 (or 0xD0FFD0) is unknown color: approx Tara. HEX triplet: D0, FF and D0. RGB value is (208,255,208). Sum of RGB (Red+Green+Blue) = 208+255+208=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFD0 is #2F002F. Grayscale: #EBEBEB. Windows color (decimal): -3080240 or 13696976. OLE color: 13696976.

HSL color Cylindrical-coordinate representation of color #D0FFD0: hue angle of 120º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFD0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB208255208-
CMYK0.1800.180
HSL120º100%90.78%-
HSV(B)120º18.43%100%-
XYZ73.1689.4873.09-
YUV235.59112.43108.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.00%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=31.00%
G=38.00%
B=31.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552080.1800.18012010090.78
HexD0FFD012012078645b
Octal320377320220220170144133
Binary110100001111111111010000100100100100111100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFD0; }

 p { color: rgb(208,255,208); }

 H1.HeaderClassName
 {
   color: #D0FFD0;
 }
 .AnyTagClassName
 {
   color: #D0FFD0;
 }
</style>
background-color css

<style>
 a { background-color: #D0FFD0; }

 a { background-color: rgb(208,255,208); }

 div.DivClassName
 {
   background-color: #D0FFD0;
 }
 .BgClassName
 {
   background-color: #D0FFD0;
 }
</style>
border-color css

<style>
 span { border-color: #D0FFD0; }

 span { border-color: rgb(208,255,208); }

 td.TdClassName
 {
   border-color: #D0FFD0;
 }
 .TagClassName
 {
   border-color: #D0FFD0;
 }
</style>