#C5F2AF

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

Shades of Tea Green #C5F2AF

Tints of Tea Green #C5F2AF

Color information

#C5F2AF (or 0xC5F2AF) is unknown color: approx Tea Green. HEX triplet: C5, F2 and AF. RGB value is (197,242,175). Sum of RGB (Red+Green+Blue) = 197+242+175=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F2AF is #3A0D50. Grayscale: #DDDDDD. Windows color (decimal): -3804497 or 11530949. OLE color: 11530949.

HSL color Cylindrical-coordinate representation of color #C5F2AF: hue angle of 100.3º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5F2AF is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB197242175-
CMYK0.1900.280.05
HSL100.3º72.04%81.76%-
HSV(B)100.3º27.69%94.9%-
XYZ62.5278.4752.41-
YUV220.91102.09110.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 242 (94.92% from 255) = 39.41%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=32.08%
G=39.41%
B=28.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972421750.1900.280.05100.372.0481.76
HexC5F2AF1301C5644852
Octal305362257230345144110122
Binary11000101111100101010111110011011100101110010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F2AF; }

 p { color: rgb(197,242,175); }

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

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

 a { background-color: rgb(197,242,175); }

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

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

 span { border-color: rgb(197,242,175); }

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