#D1F2BD

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

Shades of Tea Green #D1F2BD

Tints of Tea Green #D1F2BD

Color information

#D1F2BD (or 0xD1F2BD) is unknown color: approx Tea Green. HEX triplet: D1, F2 and BD. RGB value is (209,242,189). Sum of RGB (Red+Green+Blue) = 209+242+189=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2BD is #2E0D42. Grayscale: #E2E2E2. Windows color (decimal): -3018051 or 12448465. OLE color: 12448465.

HSL color Cylindrical-coordinate representation of color #D1F2BD: hue angle of 97.36º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1F2BD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB209242189-
CMYK0.1400.220.05
HSL97.36º67.09%84.51%-
HSV(B)97.36º21.9%94.9%-
XYZ67.2380.7360.18-
YUV226.09107.07115.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.66%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=32.66%
G=37.81%
B=29.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421890.1400.220.0597.3667.0984.51
HexD1F2BDE0165614355
Octal321362275160265141103125
Binary1101000111110010101111011110010110101110000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F2BD; }

 p { color: rgb(209,242,189); }

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

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

 a { background-color: rgb(209,242,189); }

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

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

 span { border-color: rgb(209,242,189); }

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