#D5F2BD

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

Shades of Tea Green #D5F2BD

Tints of Tea Green #D5F2BD

Color information

#D5F2BD (or 0xD5F2BD) is unknown color: approx Tea Green. HEX triplet: D5, F2 and BD. RGB value is (213,242,189). Sum of RGB (Red+Green+Blue) = 213+242+189=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2BD is #2A0D42. Grayscale: #E3E3E3. Windows color (decimal): -2755907 or 12448469. OLE color: 12448469.

HSL color Cylindrical-coordinate representation of color #D5F2BD: hue angle of 92.83º 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 #D5F2BD is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB213242189-
CMYK0.1200.220.05
HSL92.83º67.09%84.51%-
HSV(B)92.83º21.9%94.9%-
XYZ68.3881.3260.24-
YUV227.29106.39117.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.07%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=33.07%
G=37.58%
B=29.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421890.1200.220.0592.8367.0984.51
HexD5F2BDC01655d4355
Octal325362275140265135103125
Binary1101010111110010101111011100010110101101110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2BD; }

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

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

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

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

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

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

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

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