#CDFDB5

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

Shades of Tea Green #CDFDB5

Tints of Tea Green #CDFDB5

Color information

#CDFDB5 (or 0xCDFDB5) is unknown color: approx Tea Green. HEX triplet: CD, FD and B5. RGB value is (205,253,181). Sum of RGB (Red+Green+Blue) = 205+253+181=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDB5 is #32024A. Grayscale: #E6E6E6. Windows color (decimal): -3277387 or 11926989. OLE color: 11926989.

HSL color Cylindrical-coordinate representation of color #CDFDB5: hue angle of 100º degrees, saturation: 0.95, 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 #CDFDB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB205253181-
CMYK0.1900.280.01
HSL100º94.74%85.1%-
HSV(B)100º28.46%99.22%-
XYZ68.6486.5756.81-
YUV230.44100.1109.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=32.08%
G=39.59%
B=28.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531810.1900.280.0110094.7485.1
HexCDFDB51301C1645f55
Octal315375265230341144137125
Binary110011011111110110110101100110111001110010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDB5; }

 p { color: rgb(205,253,181); }

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

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

 a { background-color: rgb(205,253,181); }

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

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

 span { border-color: rgb(205,253,181); }

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