#D2FFBD

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

Shades of Tea Green #D2FFBD

Tints of Tea Green #D2FFBD

Color information

#D2FFBD (or 0xD2FFBD) is unknown color: approx Tea Green. HEX triplet: D2, FF and BD. RGB value is (210,255,189). Sum of RGB (Red+Green+Blue) = 210+255+189=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFBD is #2D0042. Grayscale: #EAEAEA. Windows color (decimal): -2949187 or 12451794. OLE color: 12451794.

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

Color convert

RGB210255189-
CMYK0.1800.260
HSL100.91º100%87.06%-
HSV(B)100.91º25.88%100%-
XYZ71.5288.961.53-
YUV234.02102.59110.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=32.11%
G=38.99%
B=28.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551890.1800.260100.9110087.06
HexD2FFBD1201A0656457
Octal322377275220320145144127
Binary110100101111111110111101100100110100110010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFBD; }

 p { color: rgb(210,255,189); }

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

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

 a { background-color: rgb(210,255,189); }

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

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

 span { border-color: rgb(210,255,189); }

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