Html Css Color HEX #8EDA80 Gossip

📋 copy color: '#8EDA80'

red 142 ◦ green 218 ◦ blue 128

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

Shades of Gossip #8EDA80

Tints of Gossip #8EDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 29.1%
G = 44.67%
B = 26.23%

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

#8EDA80 (or 0x8EDA80) is known color: Gossip. HEX triplet: 8E, DA and 80. RGB value is (142,218,128). Sum of RGB (Red+Green+Blue) = 142+218+128=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA80 is #71257F. Grayscale: #B9B9B9. Windows color (decimal): -7415168 or 8444558. OLE color: 8444558.

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

Color convert

RGB 142 218 128 -
CMYK 0.35 0 0.41 0.15
HSL 110.67º 0.55% 0.68% -
HSV(B) 110.67º 0.41% 0.85% -
XYZ 40.12 57.45 29.4 -
YUV 185.02 95.82 97.32 -
System Red Green Blue C M Y K H S L
Decimal 142 218 128 0.35 0 0.41 0.15 110.67 0.55 0.68
Hex 8E DA 80 23 0 29 F 6F 37 44
Octal 216 332 200 43 0 51 17 157 67 104
Binary 10001110 11011010 10000000 100011 0 101001 1111 1101111 110111 1000100

Color Harmonies of #8EDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA80

Black with #8EDA80

Text Example


Text Example

White with #8EDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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