#8FDC76

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

Shades of Gossip #8FDC76

Tints of Gossip #8FDC76

Color information

#8FDC76 (or 0x8FDC76) is unknown color: approx Gossip. HEX triplet: 8F, DC and 76. RGB value is (143,220,118). Sum of RGB (Red+Green+Blue) = 143+220+118=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC76 is #702389. Grayscale: #B9B9B9. Windows color (decimal): -7349130 or 7789711. OLE color: 7789711.

HSL color Cylindrical-coordinate representation of color #8FDC76: hue angle of 105.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FDC76 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB143220118-
CMYK0.3500.460.14
HSL105.29º59.3%66.27%-
HSV(B)105.29º46.36%86.27%-
XYZ40.1958.3326.28-
YUV185.3589.9997.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=29.73%
G=45.74%
B=24.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201180.3500.460.14105.2959.366.27
Hex8FDC762302EE693b42
Octal217334166430561615173102
Binary100011111101110011101101000110101110111011010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,118); }

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

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

 a { background-color: rgb(143,220,118); }

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

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

 span { border-color: rgb(143,220,118); }

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