#8FCF80

Color #8FCF80 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8FCF80

Tints of Gossip #8FCF80

Color information

#8FCF80 (or 0x8FCF80) is unknown color: approx Gossip. HEX triplet: 8F, CF and 80. RGB value is (143,207,128). Sum of RGB (Red+Green+Blue) = 143+207+128=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF80 is #70307F. Grayscale: #B3B3B3. Windows color (decimal): -7352448 or 8441743. OLE color: 8441743.

HSL color Cylindrical-coordinate representation of color #8FCF80: hue angle of 108.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCF80 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB143207128-
CMYK0.3100.380.19
HSL108.61º45.14%65.69%-
HSV(B)108.61º38.16%81.18%-
XYZ37.5452.0228.49-
YUV178.8699.3102.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 207 (81.25% from 255) = 43.31%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=29.92%
G=43.31%
B=26.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071280.3100.380.19108.6145.1465.69
Hex8FCF801F026136d2d42
Octal217317200370462315555102
Binary1000111111001111100000001111101001101001111011011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FCF80; }

 p { color: rgb(143,207,128); }

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

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

 a { background-color: rgb(143,207,128); }

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

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

 span { border-color: rgb(143,207,128); }

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