#D5FFB1

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

Shades of Tea Green #D5FFB1

Tints of Tea Green #D5FFB1

Color information

#D5FFB1 (or 0xD5FFB1) is unknown color: approx Tea Green. HEX triplet: D5, FF and B1. RGB value is (213,255,177). Sum of RGB (Red+Green+Blue) = 213+255+177=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFB1 is #2A004E. Grayscale: #E9E9E9. Windows color (decimal): -2752591 or 11665365. OLE color: 11665365.

HSL color Cylindrical-coordinate representation of color #D5FFB1: hue angle of 92.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5FFB1 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB213255177-
CMYK0.1600.310
HSL92.31º100%84.71%-
HSV(B)92.31º30.59%100%-
XYZ71.1488.8454.99-
YUV233.5596.09113.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.02%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=33.02%
G=39.53%
B=27.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551770.1600.31092.3110084.71
HexD5FFB11001F05c6455
Octal325377261200370134144125
Binary110101011111111110110001100000111110101110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFB1; }

 p { color: rgb(213,255,177); }

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

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

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

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

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

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

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