#D5FDBF

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

Shades of Tea Green #D5FDBF

Tints of Tea Green #D5FDBF

Color information

#D5FDBF (or 0xD5FDBF) is unknown color: approx Tea Green. HEX triplet: D5, FD and BF. RGB value is (213,253,191). Sum of RGB (Red+Green+Blue) = 213+253+191=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDBF is #2A0240. Grayscale: #EAEAEA. Windows color (decimal): -2753089 or 12582357. OLE color: 12582357.

HSL color Cylindrical-coordinate representation of color #D5FDBF: hue angle of 98.71º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5FDBF is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB213253191-
CMYK0.1600.250.01
HSL98.71º93.94%87.06%-
HSV(B)98.71º24.51%99.22%-
XYZ71.9788.1662.51-
YUV233.97103.75113.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.42%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 191 (75% from 255) = 29.07%
R=32.42%
G=38.51%
B=29.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531910.1600.250.0198.7193.9487.06
HexD5FDBF100191635e57
Octal325375277200311143136127
Binary110101011111110110111111100000110011110001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDBF; }

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

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

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

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

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

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

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

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