#D2F1B5

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

Shades of Tea Green #D2F1B5

Tints of Tea Green #D2F1B5

Color information

#D2F1B5 (or 0xD2F1B5) is unknown color: approx Tea Green. HEX triplet: D2, F1 and B5. RGB value is (210,241,181). Sum of RGB (Red+Green+Blue) = 210+241+181=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1B5 is #2D0E4A. Grayscale: #E1E1E1. Windows color (decimal): -2952779 or 11923922. OLE color: 11923922.

HSL color Cylindrical-coordinate representation of color #D2F1B5: hue angle of 91º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2F1B5 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB210241181-
CMYK0.1300.250.05
HSL91º68.18%82.75%-
HSV(B)91º24.9%94.51%-
XYZ66.3779.9555.65-
YUV224.89103.23117.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 181 (71.09% from 255) = 28.64%
R=33.23%
G=38.13%
B=28.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411810.1300.250.059168.1882.75
HexD2F1B5D01955b4453
Octal322361265150315133104123
Binary1101001011110001101101011101011001101101101110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1B5; }

 p { color: rgb(210,241,181); }

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

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

 a { background-color: rgb(210,241,181); }

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

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

 span { border-color: rgb(210,241,181); }

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