Html Css Color HEX #8FD980 Gossip

📋 copy color: '#8FD980'

red 143 ◦ green 217 ◦ blue 128

#8FD980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8FD980

Tints of Gossip #8FD980

RGB

 RED value IS 143 (56.25% from 255) = 29.3%

 GREEN value IS 217 (85.16% from 255) = 44.47%

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 29.3%
G = 44.47%
B = 26.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#8FD980 (or 0x8FD980) is known color: Gossip. HEX triplet: 8F, D9 and 80. RGB value is (143,217,128). Sum of RGB (Red+Green+Blue) = 143+217+128=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD980 is #70267F. Grayscale: #B9B9B9. Windows color (decimal): -7349888 or 8444303. OLE color: 8444303.

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

Color convert

RGB 143 217 128 -
CMYK 0.34 0 0.41 0.15
HSL 109.89º 0.54% 0.68% -
HSV(B) 109.89º 0.41% 0.85% -
XYZ 40.04 57.02 29.32 -
YUV 184.73 95.98 98.24 -
System Red Green Blue C M Y K H S L
Decimal 143 217 128 0.34 0 0.41 0.15 109.89 0.54 0.68
Hex 8F D9 80 22 0 29 F 6E 36 44
Octal 217 331 200 42 0 51 17 156 66 104
Binary 10001111 11011001 10000000 100010 0 101001 1111 1101110 110110 1000100

Color Harmonies of #8FD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD980

Black with #8FD980

Text Example


Text Example

White with #8FD980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,217,128); }

 H1.HeaderClassName
 {
   color: #8FD980;
 }
 .AnyTagClassName
 {
   color: #8FD980;
 }
</style>

background-color css

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

 a { background-color: rgb(143,217,128); }

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

border-color css

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

 span { border-color: rgb(143,217,128); }

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