#8FD476

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

Shades of Gossip #8FD476

Tints of Gossip #8FD476

Color information

#8FD476 (or 0x8FD476) is unknown color: approx Gossip. HEX triplet: 8F, D4 and 76. RGB value is (143,212,118). Sum of RGB (Red+Green+Blue) = 143+212+118=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD476 is #702B89. Grayscale: #B4B4B4. Windows color (decimal): -7351178 or 7787663. OLE color: 7787663.

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

Color convert

RGB143212118-
CMYK0.3300.440.17
HSL104.04º52.22%64.71%-
HSV(B)104.04º44.34%83.14%-
XYZ38.1454.2325.6-
YUV180.6592.64101.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=30.23%
G=44.82%
B=24.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121180.3300.440.17104.0452.2264.71
Hex8FD4762102C11683441
Octal217324166410542115064101
Binary1000111111010100111011010000101011001000111010001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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