#D5FCB1

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

Shades of Tea Green #D5FCB1

Tints of Tea Green #D5FCB1

Color information

#D5FCB1 (or 0xD5FCB1) is unknown color: approx Tea Green. HEX triplet: D5, FC and B1. RGB value is (213,252,177). Sum of RGB (Red+Green+Blue) = 213+252+177=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCB1 is #2A034E. Grayscale: #E8E8E8. Windows color (decimal): -2753359 or 11664597. OLE color: 11664597.

HSL color Cylindrical-coordinate representation of color #D5FCB1: hue angle of 91.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5FCB1 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB213252177-
CMYK0.1500.300.01
HSL91.2º92.59%84.12%-
HSV(B)91.2º29.76%98.82%-
XYZ70.1986.9454.68-
YUV231.7997.08114.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 177 (69.53% from 255) = 27.57%
R=33.18%
G=39.25%
B=27.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132521770.1500.300.0191.292.5984.12
HexD5FCB1F01E15b5d54
Octal325374261170361133135124
Binary11010101111111001011000111110111101101101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCB1; }

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

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

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

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

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

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

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

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