#8FC37C

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

Shades of Gossip #8FC37C

Tints of Gossip #8FC37C

Color information

#8FC37C (or 0x8FC37C) is unknown color: approx Gossip. HEX triplet: 8F, C3 and 7C. RGB value is (143,195,124). Sum of RGB (Red+Green+Blue) = 143+195+124=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC37C is #703C83. Grayscale: #ABABAB. Windows color (decimal): -7355524 or 8176527. OLE color: 8176527.

HSL color Cylindrical-coordinate representation of color #8FC37C: hue angle of 103.94º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC37C is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB143195124-
CMYK0.2700.360.24
HSL103.94º37.17%62.55%-
HSV(B)103.94º36.41%76.47%-
XYZ34.4846.3326.19-
YUV171.36101.27107.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.95%
GREEN value IS 195 (76.56% from 255) = 42.21%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=30.95%
G=42.21%
B=26.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431951240.2700.360.24103.9437.1762.55
Hex8FC37C1B0241868253f
Octal21730317433044301504577
Binary10001111110000111111100110110100100110001101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,195,124); }

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

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

 a { background-color: rgb(143,195,124); }

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

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

 span { border-color: rgb(143,195,124); }

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