#8FD075

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

Shades of Gossip #8FD075

Tints of Gossip #8FD075

Color information

#8FD075 (or 0x8FD075) is unknown color: approx Gossip. HEX triplet: 8F, D0 and 75. RGB value is (143,208,117). Sum of RGB (Red+Green+Blue) = 143+208+117=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD075 is #702F8A. Grayscale: #B2B2B2. Windows color (decimal): -7352203 or 7721103. OLE color: 7721103.

HSL color Cylindrical-coordinate representation of color #8FD075: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD075 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB143208117-
CMYK0.3100.440.18
HSL102.86º49.19%63.73%-
HSV(B)102.86º43.75%81.57%-
XYZ37.0952.2424.96-
YUV178.1993.47102.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 117 (46.09% from 255) = 25%
R=30.56%
G=44.44%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081170.3100.440.18102.8649.1963.73
Hex8FD0751F02C12673140
Octal217320165370542214761100
Binary100011111101000011101011111101011001001011001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,208,117); }

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

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

 a { background-color: rgb(143,208,117); }

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

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

 span { border-color: rgb(143,208,117); }

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