#8FC87B

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

Shades of Gossip #8FC87B

Tints of Gossip #8FC87B

Color information

#8FC87B (or 0x8FC87B) is unknown color: approx Gossip. HEX triplet: 8F, C8 and 7B. RGB value is (143,200,123). Sum of RGB (Red+Green+Blue) = 143+200+123=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC87B is #703784. Grayscale: #AEAEAE. Windows color (decimal): -7354245 or 8112271. OLE color: 8112271.

HSL color Cylindrical-coordinate representation of color #8FC87B: hue angle of 104.42º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC87B is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB143200123-
CMYK0.2800.380.22
HSL104.42º41.18%63.33%-
HSV(B)104.42º38.5%78.43%-
XYZ35.5648.5826.24-
YUV174.1899.12105.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.69%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=30.69%
G=42.92%
B=26.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001230.2800.380.22104.4241.1863.33
Hex8FC87B1C0261668293f
Octal21731017334046261505177
Binary10001111110010001111011111000100110101101101000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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