#8FD074

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

Shades of Gossip #8FD074

Tints of Gossip #8FD074

Color information

#8FD074 (or 0x8FD074) is unknown color: approx Gossip. HEX triplet: 8F, D0 and 74. RGB value is (143,208,116). Sum of RGB (Red+Green+Blue) = 143+208+116=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD074 is #702F8B. Grayscale: #B2B2B2. Windows color (decimal): -7352204 or 7655567. OLE color: 7655567.

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

Color convert

RGB143208116-
CMYK0.3100.440.18
HSL102.39º49.46%63.53%-
HSV(B)102.39º44.23%81.57%-
XYZ37.0452.2124.65-
YUV178.0892.97102.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=30.62%
G=44.54%
B=24.84%

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
Decimal1432081160.3100.440.18102.3949.4663.53
Hex8FD0741F02C12663140
Octal217320164370542214661100
Binary100011111101000011101001111101011001001011001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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