#8FD578

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

Shades of Gossip #8FD578

Tints of Gossip #8FD578

Color information

#8FD578 (or 0x8FD578) is unknown color: approx Gossip. HEX triplet: 8F, D5 and 78. RGB value is (143,213,120). Sum of RGB (Red+Green+Blue) = 143+213+120=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD578 is #702A87. Grayscale: #B5B5B5. Windows color (decimal): -7350920 or 7918991. OLE color: 7918991.

HSL color Cylindrical-coordinate representation of color #8FD578: hue angle of 105.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD578 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB143213120-
CMYK0.3300.440.16
HSL105.16º52.54%65.29%-
HSV(B)105.16º43.66%83.53%-
XYZ38.5154.7826.31-
YUV181.4793.31100.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=30.04%
G=44.75%
B=25.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432131200.3300.440.16105.1652.5465.29
Hex8FD5782102C10693541
Octal217325170410542015165101
Binary1000111111010101111100010000101011001000011010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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