#CDF7BF

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

Shades of Tea Green #CDF7BF

Tints of Tea Green #CDF7BF

Color information

#CDF7BF (or 0xCDF7BF) is unknown color: approx Tea Green. HEX triplet: CD, F7 and BF. RGB value is (205,247,191). Sum of RGB (Red+Green+Blue) = 205+247+191=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7BF is #320840. Grayscale: #E4E4E4. Windows color (decimal): -3278913 or 12580813. OLE color: 12580813.

HSL color Cylindrical-coordinate representation of color #CDF7BF: hue angle of 105º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF7BF is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB205247191-
CMYK0.1700.230.03
HSL105º77.78%85.88%-
HSV(B)105º22.67%96.86%-
XYZ67.8483.2661.79-
YUV228.06107.09111.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 191 (75% from 255) = 29.70%
R=31.88%
G=38.41%
B=29.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471910.1700.230.0310577.7885.88
HexCDF7BF110173694e56
Octal315367277210273151116126
Binary1100110111110111101111111000101011111110100110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF7BF; }

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

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

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

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

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

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

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

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