#8FD46E

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

Shades of Gossip #8FD46E

Tints of Gossip #8FD46E

Color information

#8FD46E (or 0x8FD46E) is unknown color: approx Gossip. HEX triplet: 8F, D4 and 6E. RGB value is (143,212,110). Sum of RGB (Red+Green+Blue) = 143+212+110=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD46E is #702B91. Grayscale: #B4B4B4. Windows color (decimal): -7351186 or 7263375. OLE color: 7263375.

HSL color Cylindrical-coordinate representation of color #8FD46E: hue angle of 100.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FD46E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB143212110-
CMYK0.3300.480.17
HSL100.59º54.26%63.14%-
HSV(B)100.59º48.11%83.14%-
XYZ37.6954.0523.2-
YUV179.7488.64101.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=30.75%
G=45.59%
B=23.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1432121100.3300.480.17100.5954.2663.14
Hex8FD46E210301165363f
Octal21732415641060211456677
Binary100011111101010011011101000010110000100011100101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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