#8FD76E

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

Shades of Gossip #8FD76E

Tints of Gossip #8FD76E

Color information

#8FD76E (or 0x8FD76E) is unknown color: approx Gossip. HEX triplet: 8F, D7 and 6E. RGB value is (143,215,110). Sum of RGB (Red+Green+Blue) = 143+215+110=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD76E is #702891. Grayscale: #B5B5B5. Windows color (decimal): -7350418 or 7264143. OLE color: 7264143.

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

Color convert

RGB143215110-
CMYK0.3300.490.16
HSL101.14º56.76%63.73%-
HSV(B)101.14º48.84%84.31%-
XYZ38.4455.5723.45-
YUV181.587.65100.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 215 (84.38% from 255) = 45.94%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=30.56%
G=45.94%
B=23.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432151100.3300.490.16101.1456.7663.73
Hex8FD76E2103110653940
Octal217327156410612014571100
Binary1000111111010111110111010000101100011000011001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,215,110); }

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

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

 a { background-color: rgb(143,215,110); }

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

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

 span { border-color: rgb(143,215,110); }

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