#8FD873

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

Shades of Gossip #8FD873

Tints of Gossip #8FD873

Color information

#8FD873 (or 0x8FD873) is unknown color: approx Gossip. HEX triplet: 8F, D8 and 73. RGB value is (143,216,115). Sum of RGB (Red+Green+Blue) = 143+216+115=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD873 is #70278C. Grayscale: #B6B6B6. Windows color (decimal): -7350157 or 7592079. OLE color: 7592079.

HSL color Cylindrical-coordinate representation of color #8FD873: hue angle of 103.37º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FD873 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB143216115-
CMYK0.3400.470.15
HSL103.37º56.42%64.9%-
HSV(B)103.37º46.76%84.71%-
XYZ38.9856.1925.01-
YUV182.6689.8299.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=30.17%
G=45.57%
B=24.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432161150.3400.470.15103.3756.4264.9
Hex8FD8732202FF673841
Octal217330163420571714770101
Binary100011111101100011100111000100101111111111001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,216,115); }

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

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

 a { background-color: rgb(143,216,115); }

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

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

 span { border-color: rgb(143,216,115); }

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