Html Css Color HEX #8ED980 Gossip

📋 copy color: '#8ED980'

red 142 ◦ green 217 ◦ blue 128

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

Shades of Gossip #8ED980

Tints of Gossip #8ED980

RGB

 RED value IS 142 (55.86% from 255) = 29.16%

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

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

R = 29.16%
G = 44.56%
B = 26.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#8ED980 (or 0x8ED980) is known color: Gossip. HEX triplet: 8E, D9 and 80. RGB value is (142,217,128). Sum of RGB (Red+Green+Blue) = 142+217+128=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED980 is #71267F. Grayscale: #B8B8B8. Windows color (decimal): -7415424 or 8444302. OLE color: 8444302.

HSL color Cylindrical-coordinate representation of color #8ED980: hue angle of 110.56º 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 #8ED980 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 217 128 -
CMYK 0.35 0 0.41 0.15
HSL 110.56º 0.54% 0.68% -
HSV(B) 110.56º 0.41% 0.85% -
XYZ 39.86 56.94 29.31 -
YUV 184.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 142 217 128 0.35 0 0.41 0.15 110.56 0.54 0.68
Hex 8E D9 80 23 0 29 F 6F 36 44
Octal 216 331 200 43 0 51 17 157 66 104
Binary 10001110 11011001 10000000 100011 0 101001 1111 1101111 110110 1000100

Color Harmonies of #8ED980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED980

Black with #8ED980

Text Example


Text Example

White with #8ED980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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