#8FD477

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

Shades of Gossip #8FD477

Tints of Gossip #8FD477

Color information

#8FD477 (or 0x8FD477) is unknown color: approx Gossip. HEX triplet: 8F, D4 and 77. RGB value is (143,212,119). Sum of RGB (Red+Green+Blue) = 143+212+119=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD477 is #702B88. Grayscale: #B5B5B5. Windows color (decimal): -7351177 or 7853199. OLE color: 7853199.

HSL color Cylindrical-coordinate representation of color #8FD477: hue angle of 104.52º 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 #8FD477 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB143212119-
CMYK0.3300.440.17
HSL104.52º51.96%64.9%-
HSV(B)104.52º43.87%83.14%-
XYZ38.254.2625.91-
YUV180.7793.14101.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 212 (83.20% from 255) = 44.73%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=30.17%
G=44.73%
B=25.11%

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
Decimal1432121190.3300.440.17104.5251.9664.9
Hex8FD4772102C11693441
Octal217324167410542115164101
Binary1000111111010100111011110000101011001000111010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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