#D5FDC1

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

Shades of Tea Green #D5FDC1

Tints of Tea Green #D5FDC1

Color information

#D5FDC1 (or 0xD5FDC1) is unknown color: approx Tea Green. HEX triplet: D5, FD and C1. RGB value is (213,253,193). Sum of RGB (Red+Green+Blue) = 213+253+193=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDC1 is #2A023E. Grayscale: #EAEAEA. Windows color (decimal): -2753087 or 12713429. OLE color: 12713429.

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

Color convert

RGB213253193-
CMYK0.1600.240.01
HSL100º93.75%87.45%-
HSV(B)100º23.72%99.22%-
XYZ72.1988.2563.68-
YUV234.2104.75112.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 193 (75.78% from 255) = 29.29%
R=32.32%
G=38.39%
B=29.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531930.1600.240.0110093.7587.45
HexD5FDC1100181645e57
Octal325375301200301144136127
Binary110101011111110111000001100000110001110010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDC1; }

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

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

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

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

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

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

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

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