#D1FED1

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

Shades of Tara #D1FED1

Tints of Tara #D1FED1

Color information

#D1FED1 (or 0xD1FED1) is unknown color: approx Tara. HEX triplet: D1, FE and D1. RGB value is (209,254,209). Sum of RGB (Red+Green+Blue) = 209+254+209=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FED1 is #2E012E. Grayscale: #EBEBEB. Windows color (decimal): -3014959 or 13762257. OLE color: 13762257.

HSL color Cylindrical-coordinate representation of color #D1FED1: hue angle of 120º 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 #D1FED1 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB209254209-
CMYK0.1800.180.00
HSL120º95.74%90.78%-
HSV(B)120º17.72%99.61%-
XYZ73.2489.0473.65-
YUV235.42113.09109.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.10%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=31.10%
G=37.80%
B=31.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092542090.1800.180.0012095.7490.78
HexD1FED112012078605b
Octal321376321220220170140133
Binary110100011111111011010001100100100100111100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FED1; }

 p { color: rgb(209,254,209); }

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

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

 a { background-color: rgb(209,254,209); }

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

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

 span { border-color: rgb(209,254,209); }

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