#D5F7BF

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

Shades of Tea Green #D5F7BF

Tints of Tea Green #D5F7BF

Color information

#D5F7BF (or 0xD5F7BF) is unknown color: approx Tea Green. HEX triplet: D5, F7 and BF. RGB value is (213,247,191). Sum of RGB (Red+Green+Blue) = 213+247+191=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7BF is #2A0840. Grayscale: #E6E6E6. Windows color (decimal): -2754625 or 12580821. OLE color: 12580821.

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

Color convert

RGB213247191-
CMYK0.1400.230.03
HSL96.43º77.78%85.88%-
HSV(B)96.43º22.67%96.86%-
XYZ70.1184.4361.89-
YUV230.45105.74115.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 247 (96.88% from 255) = 37.94%
BLUE value IS 191 (75% from 255) = 29.34%
R=32.72%
G=37.94%
B=29.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132471910.1400.230.0396.4377.7885.88
HexD5F7BFE0173604e56
Octal325367277160273140116126
Binary110101011111011110111111111001011111110000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7BF; }

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

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

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

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

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

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

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

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