#D7F1BF

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

Shades of Tea Green #D7F1BF

Tints of Tea Green #D7F1BF

Color information

#D7F1BF (or 0xD7F1BF) is unknown color: approx Tea Green. HEX triplet: D7, F1 and BF. RGB value is (215,241,191). Sum of RGB (Red+Green+Blue) = 215+241+191=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1BF is #280E40. Grayscale: #E3E3E3. Windows color (decimal): -2625089 or 12579287. OLE color: 12579287.

HSL color Cylindrical-coordinate representation of color #D7F1BF: hue angle of 91.2º degrees, saturation: 0.64, 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 #D7F1BF is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB215241191-
CMYK0.1100.210.05
HSL91.2º64.1%84.71%-
HSV(B)91.2º20.75%94.51%-
XYZ68.8881.1261.32-
YUV227.53107.39119.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.23%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 191 (75% from 255) = 29.52%
R=33.23%
G=37.25%
B=29.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152411910.1100.210.0591.264.184.71
HexD7F1BFB01555b4055
Octal327361277130255133100125
Binary1101011111110001101111111011010101101101101110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1BF; }

 p { color: rgb(215,241,191); }

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

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

 a { background-color: rgb(215,241,191); }

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

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

 span { border-color: rgb(215,241,191); }

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