#D9F2BF

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

Shades of Tea Green #D9F2BF

Tints of Tea Green #D9F2BF

Color information

#D9F2BF (or 0xD9F2BF) is unknown color: approx Tea Green. HEX triplet: D9, F2 and BF. RGB value is (217,242,191). Sum of RGB (Red+Green+Blue) = 217+242+191=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2BF is #260D40. Grayscale: #E4E4E4. Windows color (decimal): -2493761 or 12579545. OLE color: 12579545.

HSL color Cylindrical-coordinate representation of color #D9F2BF: hue angle of 89.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9F2BF is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB217242191-
CMYK0.1000.210.05
HSL89.41º66.23%84.9%-
HSV(B)89.41º21.07%94.9%-
XYZ69.7782.0261.44-
YUV228.71106.72119.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 191 (75% from 255) = 29.38%
R=33.38%
G=37.23%
B=29.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172421910.1000.210.0589.4166.2384.9
HexD9F2BFA0155594255
Octal331362277120255131102125
Binary1101100111110010101111111010010101101101100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2BF; }

 p { color: rgb(217,242,191); }

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

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

 a { background-color: rgb(217,242,191); }

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

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

 span { border-color: rgb(217,242,191); }

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