Html Css Color HEX #8ED77C Gossip

📋 copy color: '#8ED77C'

red 142 ◦ green 215 ◦ blue 124

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

Shades of Gossip #8ED77C

Tints of Gossip #8ED77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 29.52%
G = 44.7%
B = 25.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#8ED77C (or 0x8ED77C) is known color: Gossip. HEX triplet: 8E, D7 and 7C. RGB value is (142,215,124). Sum of RGB (Red+Green+Blue) = 142+215+124=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED77C is #712883. Grayscale: #B7B7B7. Windows color (decimal): -7415940 or 8181646. OLE color: 8181646.

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

Color convert

RGB 142 215 124 -
CMYK 0.34 0 0.42 0.16
HSL 108.13º 0.53% 0.66% -
HSV(B) 108.13º 0.42% 0.84% -
XYZ 39.09 55.81 27.78 -
YUV 182.8 94.82 98.9 -
System Red Green Blue C M Y K H S L
Decimal 142 215 124 0.34 0 0.42 0.16 108.13 0.53 0.66
Hex 8E D7 7C 22 0 2A 10 6C 35 42
Octal 216 327 174 42 0 52 20 154 65 102
Binary 10001110 11010111 1111100 100010 0 101010 10000 1101100 110101 1000010

Color Harmonies of #8ED77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED77C

Black with #8ED77C

Text Example


Text Example

White with #8ED77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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