#CDFDB4

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

Shades of Tea Green #CDFDB4

Tints of Tea Green #CDFDB4

Color information

#CDFDB4 (or 0xCDFDB4) is unknown color: approx Tea Green. HEX triplet: CD, FD and B4. RGB value is (205,253,180). Sum of RGB (Red+Green+Blue) = 205+253+180=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDB4 is #32024B. Grayscale: #E6E6E6. Windows color (decimal): -3277388 or 11861453. OLE color: 11861453.

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

Color convert

RGB205253180-
CMYK0.1900.290.01
HSL99.45º94.81%84.9%-
HSV(B)99.45º28.85%99.22%-
XYZ68.5486.5256.27-
YUV230.3399.6109.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 180 (70.70% from 255) = 28.21%
R=32.13%
G=39.66%
B=28.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531800.1900.290.0199.4594.8184.9
HexCDFDB41301D1635f55
Octal315375264230351143137125
Binary110011011111110110110100100110111011110001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDB4; }

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

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

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

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

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

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

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

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