#C4FFBF

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

Shades of Tea Green #C4FFBF

Tints of Tea Green #C4FFBF

Color information

#C4FFBF (or 0xC4FFBF) is unknown color: approx Tea Green. HEX triplet: C4, FF and BF. RGB value is (196,255,191). Sum of RGB (Red+Green+Blue) = 196+255+191=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFBF is #3B0040. Grayscale: #E6E6E6. Windows color (decimal): -3866689 or 12582852. OLE color: 12582852.

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

Color convert

RGB196255191-
CMYK0.2300.250
HSL115.31º100%87.45%-
HSV(B)115.31º25.1%100%-
XYZ67.9387.0262.51-
YUV230.06105.95103.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.53%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 191 (75% from 255) = 29.75%
R=30.53%
G=39.72%
B=29.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962551910.2300.250115.3110087.45
HexC4FFBF170190736457
Octal304377277270310163144127
Binary110001001111111110111111101110110010111001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FFBF; }

 p { color: rgb(196,255,191); }

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

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

 a { background-color: rgb(196,255,191); }

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

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

 span { border-color: rgb(196,255,191); }

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