#D5FDBB

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

Shades of Tea Green #D5FDBB

Tints of Tea Green #D5FDBB

Color information

#D5FDBB (or 0xD5FDBB) is unknown color: approx Tea Green. HEX triplet: D5, FD and BB. RGB value is (213,253,187). Sum of RGB (Red+Green+Blue) = 213+253+187=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDBB is #2A0244. Grayscale: #E9E9E9. Windows color (decimal): -2753093 or 12320213. OLE color: 12320213.

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

Color convert

RGB213253187-
CMYK0.1600.260.01
HSL96.36º94.29%86.27%-
HSV(B)96.36º26.09%99.22%-
XYZ71.5487.9860.23-
YUV233.52101.75113.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 187 (73.44% from 255) = 28.64%
R=32.62%
G=38.74%
B=28.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531870.1600.260.0196.3694.2986.27
HexD5FDBB1001A1605e56
Octal325375273200321140136126
Binary110101011111110110111011100000110101110000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDBB; }

 p { color: rgb(213,253,187); }

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

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

 a { background-color: rgb(213,253,187); }

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

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

 span { border-color: rgb(213,253,187); }

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