#CDE7BF

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

Shades of Tea Green #CDE7BF

Tints of Tea Green #CDE7BF

Color information

#CDE7BF (or 0xCDE7BF) is unknown color: approx Tea Green. HEX triplet: CD, E7 and BF. RGB value is (205,231,191). Sum of RGB (Red+Green+Blue) = 205+231+191=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7BF is #321840. Grayscale: #DADADA. Windows color (decimal): -3283009 or 12576717. OLE color: 12576717.

HSL color Cylindrical-coordinate representation of color #CDE7BF: hue angle of 99º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE7BF is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB205231191-
CMYK0.1100.170.09
HSL99º45.45%82.75%-
HSV(B)99º17.32%90.59%-
XYZ63.1673.8960.22-
YUV218.67112.39118.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 191 (75% from 255) = 30.46%
R=32.70%
G=36.84%
B=30.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311910.1100.170.099945.4582.75
HexCDE7BFB0119632d53
Octal315347277130211114355123
Binary1100110111100111101111111011010001100111000111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7BF; }

 p { color: rgb(205,231,191); }

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

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

 a { background-color: rgb(205,231,191); }

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

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

 span { border-color: rgb(205,231,191); }

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