#CDF2BF

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

Shades of Tea Green #CDF2BF

Tints of Tea Green #CDF2BF

Color information

#CDF2BF (or 0xCDF2BF) is unknown color: approx Tea Green. HEX triplet: CD, F2 and BF. RGB value is (205,242,191). Sum of RGB (Red+Green+Blue) = 205+242+191=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2BF is #320D40. Grayscale: #E1E1E1. Windows color (decimal): -3280193 or 12579533. OLE color: 12579533.

HSL color Cylindrical-coordinate representation of color #CDF2BF: hue angle of 103.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF2BF is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB205242191-
CMYK0.1500.210.05
HSL103.53º66.23%84.9%-
HSV(B)103.53º21.07%94.9%-
XYZ66.3380.2461.28-
YUV225.12108.74113.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 191 (75% from 255) = 29.94%
R=32.13%
G=37.93%
B=29.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421910.1500.210.05103.5366.2384.9
HexCDF2BFF0155684255
Octal315362277170255150102125
Binary1100110111110010101111111111010101101110100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2BF; }

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

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

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

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

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

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

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

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