#8FC87F

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

Shades of Gossip #8FC87F

Tints of Gossip #8FC87F

Color information

#8FC87F (or 0x8FC87F) is unknown color: approx Gossip. HEX triplet: 8F, C8 and 7F. RGB value is (143,200,127). Sum of RGB (Red+Green+Blue) = 143+200+127=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC87F is #703780. Grayscale: #AEAEAE. Windows color (decimal): -7354241 or 8374415. OLE color: 8374415.

HSL color Cylindrical-coordinate representation of color #8FC87F: hue angle of 106.85º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FC87F is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB143200127-
CMYK0.2800.360.22
HSL106.85º39.89%64.12%-
HSV(B)106.85º36.5%78.43%-
XYZ35.8148.6827.59-
YUV174.64101.12105.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.43%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 127 (50% from 255) = 27.02%
R=30.43%
G=42.55%
B=27.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001270.2800.360.22106.8539.8964.12
Hex8FC87F1C024166b2840
Octal217310177340442615350100
Binary100011111100100011111111110001001001011011010111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,127); }

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

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

 a { background-color: rgb(143,200,127); }

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

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

 span { border-color: rgb(143,200,127); }

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