Html Css Color HEX #8ED079 Gossip

📋 copy color: '#8ED079'

red 142 ◦ green 208 ◦ blue 121

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

Shades of Gossip #8ED079

Tints of Gossip #8ED079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 30.15%
G = 44.16%
B = 25.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#8ED079 (or 0x8ED079) is known color: Gossip. HEX triplet: 8E, D0 and 79. RGB value is (142,208,121). Sum of RGB (Red+Green+Blue) = 142+208+121=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED079 is #712F86. Grayscale: #B2B2B2. Windows color (decimal): -7417735 or 7983246. OLE color: 7983246.

HSL color Cylindrical-coordinate representation of color #8ED079: hue angle of 105.52º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED079 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 121 -
CMYK 0.32 0 0.42 0.18
HSL 105.52º 0.48% 0.65% -
HSV(B) 105.52º 0.42% 0.82% -
XYZ 37.16 52.24 26.21 -
YUV 178.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 142 208 121 0.32 0 0.42 0.18 105.52 0.48 0.65
Hex 8E D0 79 20 0 2A 12 6A 30 41
Octal 216 320 171 40 0 52 22 152 60 101
Binary 10001110 11010000 1111001 100000 0 101010 10010 1101010 110000 1000001

Color Harmonies of #8ED079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED079

Black with #8ED079

Text Example


Text Example

White with #8ED079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,208,121); }

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

background-color css

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

 a { background-color: rgb(142,208,121); }

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

border-color css

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

 span { border-color: rgb(142,208,121); }

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