#D5FCB5

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

Shades of Tea Green #D5FCB5

Tints of Tea Green #D5FCB5

Color information

#D5FCB5 (or 0xD5FCB5) is unknown color: approx Tea Green. HEX triplet: D5, FC and B5. RGB value is (213,252,181). Sum of RGB (Red+Green+Blue) = 213+252+181=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 181 (71.09% from 255 or 28.02% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCB5 is #2A034A. Grayscale: #E8E8E8. Windows color (decimal): -2753355 or 11926741. OLE color: 11926741.

HSL color Cylindrical-coordinate representation of color #D5FCB5: hue angle of 92.96º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5FCB5 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB213252181-
CMYK0.1500.280.01
HSL92.96º92.21%84.9%-
HSV(B)92.96º28.17%98.82%-
XYZ70.5987.156.81-
YUV232.2499.08114.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.97%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 181 (71.09% from 255) = 28.02%
R=32.97%
G=39.01%
B=28.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132521810.1500.280.0192.9692.2184.9
HexD5FCB5F01C15d5c55
Octal325374265170341135134125
Binary11010101111111001011010111110111001101110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCB5; }

 p { color: rgb(213,252,181); }

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

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

 a { background-color: rgb(213,252,181); }

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

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

 span { border-color: rgb(213,252,181); }

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