#CDFFB1

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

Shades of Tea Green #CDFFB1

Tints of Tea Green #CDFFB1

Color information

#CDFFB1 (or 0xCDFFB1) is unknown color: approx Tea Green. HEX triplet: CD, FF and B1. RGB value is (205,255,177). Sum of RGB (Red+Green+Blue) = 205+255+177=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFFB1 is #32004E. Grayscale: #E7E7E7. Windows color (decimal): -3276879 or 11665357. OLE color: 11665357.

HSL color Cylindrical-coordinate representation of color #CDFFB1: hue angle of 98.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDFFB1 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB205255177-
CMYK0.2000.310
HSL98.46º100%84.71%-
HSV(B)98.46º30.59%100%-
XYZ68.8787.6754.89-
YUV231.1697.44109.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=32.18%
G=40.03%
B=27.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551770.2000.31098.4610084.71
HexCDFFB11401F0626455
Octal315377261240370142144125
Binary110011011111111110110001101000111110110001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFB1; }

 p { color: rgb(205,255,177); }

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

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

 a { background-color: rgb(205,255,177); }

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

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

 span { border-color: rgb(205,255,177); }

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