Html Css Color HEX #8ED776 Gossip

📋 copy color: '#8ED776'

red 142 ◦ green 215 ◦ blue 118

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

Shades of Gossip #8ED776

Tints of Gossip #8ED776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

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

R = 29.89%
G = 45.26%
B = 24.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#8ED776 (or 0x8ED776) is known color: Gossip. HEX triplet: 8E, D7 and 76. RGB value is (142,215,118). Sum of RGB (Red+Green+Blue) = 142+215+118=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED776 is #712889. Grayscale: #B6B6B6. Windows color (decimal): -7415946 or 7788430. OLE color: 7788430.

HSL color Cylindrical-coordinate representation of color #8ED776: hue angle of 105.15º degrees, saturation: 0.55, 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 #8ED776 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 215 118 -
CMYK 0.34 0 0.45 0.16
HSL 105.15º 0.55% 0.65% -
HSV(B) 105.15º 0.45% 0.84% -
XYZ 38.73 55.66 25.84 -
YUV 182.12 91.82 99.39 -
System Red Green Blue C M Y K H S L
Decimal 142 215 118 0.34 0 0.45 0.16 105.15 0.55 0.65
Hex 8E D7 76 22 0 2D 10 69 37 41
Octal 216 327 166 42 0 55 20 151 67 101
Binary 10001110 11010111 1110110 100010 0 101101 10000 1101001 110111 1000001

Color Harmonies of #8ED776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED776

Black with #8ED776

Text Example


Text Example

White with #8ED776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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