Html Css Color HEX #8ED576 Gossip

📋 copy color: '#8ED576'

red 142 ◦ green 213 ◦ blue 118

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

Shades of Gossip #8ED576

Tints of Gossip #8ED576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 30.02%
G = 45.03%
B = 24.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#8ED576 (or 0x8ED576) is known color: Gossip. HEX triplet: 8E, D5 and 76. RGB value is (142,213,118). Sum of RGB (Red+Green+Blue) = 142+213+118=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED576 is #712A89. Grayscale: #B5B5B5. Windows color (decimal): -7416458 or 7787918. OLE color: 7787918.

HSL color Cylindrical-coordinate representation of color #8ED576: hue angle of 104.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ED576 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 213 118 -
CMYK 0.33 0 0.45 0.16
HSL 104.84º 0.53% 0.65% -
HSV(B) 104.84º 0.45% 0.84% -
XYZ 38.22 54.65 25.67 -
YUV 180.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 142 213 118 0.33 0 0.45 0.16 104.84 0.53 0.65
Hex 8E D5 76 21 0 2D 10 69 35 41
Octal 216 325 166 41 0 55 20 151 65 101
Binary 10001110 11010101 1110110 100001 0 101101 10000 1101001 110101 1000001

Color Harmonies of #8ED576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED576

Black with #8ED576

Text Example


Text Example

White with #8ED576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,118); }

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

background-color css

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

 a { background-color: rgb(142,213,118); }

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

border-color css

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

 span { border-color: rgb(142,213,118); }

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