#8FD580

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

Shades of Gossip #8FD580

Tints of Gossip #8FD580

Color information

#8FD580 (or 0x8FD580) is unknown color: approx Gossip. HEX triplet: 8F, D5 and 80. RGB value is (143,213,128). Sum of RGB (Red+Green+Blue) = 143+213+128=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD580 is #702A7F. Grayscale: #B6B6B6. Windows color (decimal): -7350912 or 8443279. OLE color: 8443279.

HSL color Cylindrical-coordinate representation of color #8FD580: hue angle of 109.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD580 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB143213128-
CMYK0.3300.400.16
HSL109.41º50.3%66.86%-
HSV(B)109.41º39.91%83.53%-
XYZ39.0254.9928.98-
YUV182.3897.3199.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=29.55%
G=44.01%
B=26.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432131280.3300.400.16109.4150.366.86
Hex8FD58021028106d3243
Octal217325200410502015562103
Binary10001111110101011000000010000101010001000011011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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