#D5F7D5

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

Shades of Tara #D5F7D5

Tints of Tara #D5F7D5

Color information

#D5F7D5 (or 0xD5F7D5) is unknown color: approx Tara. HEX triplet: D5, F7 and D5. RGB value is (213,247,213). Sum of RGB (Red+Green+Blue) = 213+247+213=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7D5 is #2A082A. Grayscale: #E9E9E9. Windows color (decimal): -2754603 or 14022613. OLE color: 14022613.

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

Color convert

RGB213247213-
CMYK0.1400.140.03
HSL120º68%90.2%-
HSV(B)120º13.77%96.86%-
XYZ72.7185.4775.62-
YUV232.96116.74113.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=31.65%
G=36.70%
B=31.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132472130.1400.140.031206890.2
HexD5F7D5E0E378445a
Octal325367325160163170104132
Binary11010101111101111101010111100111011111100010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7D5; }

 p { color: rgb(213,247,213); }

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

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

 a { background-color: rgb(213,247,213); }

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

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

 span { border-color: rgb(213,247,213); }

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