#D2FDBF

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

Shades of Tea Green #D2FDBF

Tints of Tea Green #D2FDBF

Color information

#D2FDBF (or 0xD2FDBF) is unknown color: approx Tea Green. HEX triplet: D2, FD and BF. RGB value is (210,253,191). Sum of RGB (Red+Green+Blue) = 210+253+191=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDBF is #2D0240. Grayscale: #E9E9E9. Windows color (decimal): -2949697 or 12582354. OLE color: 12582354.

HSL color Cylindrical-coordinate representation of color #D2FDBF: hue angle of 101.61º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2FDBF is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB210253191-
CMYK0.1700.250.01
HSL101.61º93.94%87.06%-
HSV(B)101.61º24.51%99.22%-
XYZ71.1187.7162.47-
YUV233.08104.25111.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 191 (75% from 255) = 29.20%
R=32.11%
G=38.69%
B=29.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102531910.1700.250.01101.6193.9487.06
HexD2FDBF110191665e57
Octal322375277210311146136127
Binary110100101111110110111111100010110011110011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FDBF; }

 p { color: rgb(210,253,191); }

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

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

 a { background-color: rgb(210,253,191); }

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

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

 span { border-color: rgb(210,253,191); }

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