#8FDA74

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

Shades of Gossip #8FDA74

Tints of Gossip #8FDA74

Color information

#8FDA74 (or 0x8FDA74) is unknown color: approx Gossip. HEX triplet: 8F, DA and 74. RGB value is (143,218,116). Sum of RGB (Red+Green+Blue) = 143+218+116=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA74 is #70258B. Grayscale: #B8B8B8. Windows color (decimal): -7349644 or 7658127. OLE color: 7658127.

HSL color Cylindrical-coordinate representation of color #8FDA74: hue angle of 104.12º degrees, saturation: 0.58, 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 #8FDA74 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB143218116-
CMYK0.3400.470.15
HSL104.12º57.95%65.49%-
HSV(B)104.12º46.79%85.49%-
XYZ39.5557.2425.49-
YUV183.9589.6598.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 218 (85.55% from 255) = 45.70%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=29.98%
G=45.70%
B=24.32%

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
Decimal1432181160.3400.470.15104.1257.9565.49
Hex8FDA742202FF683a41
Octal217332164420571715072101
Binary100011111101101011101001000100101111111111010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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