Html Css Color HEX #8ED077 Gossip

📋 copy color: '#8ED077'

red 142 ◦ green 208 ◦ blue 119

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

Shades of Gossip #8ED077

Tints of Gossip #8ED077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 30.28%
G = 44.35%
B = 25.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#8ED077 (or 0x8ED077) is known color: Gossip. HEX triplet: 8E, D0 and 77. RGB value is (142,208,119). Sum of RGB (Red+Green+Blue) = 142+208+119=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED077 is #712F88. Grayscale: #B2B2B2. Windows color (decimal): -7417737 or 7852174. OLE color: 7852174.

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

Color convert

RGB 142 208 119 -
CMYK 0.32 0 0.43 0.18
HSL 104.49º 0.49% 0.64% -
HSV(B) 104.49º 0.43% 0.82% -
XYZ 37.04 52.19 25.58 -
YUV 178.12 94.63 102.24 -
System Red Green Blue C M Y K H S L
Decimal 142 208 119 0.32 0 0.43 0.18 104.49 0.49 0.64
Hex 8E D0 77 20 0 2B 12 68 31 40
Octal 216 320 167 40 0 53 22 150 61 100
Binary 10001110 11010000 1110111 100000 0 101011 10010 1101000 110001 1000000

Color Harmonies of #8ED077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED077

Black with #8ED077

Text Example


Text Example

White with #8ED077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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