Html Css Color HEX #8ED476 Gossip

📋 copy color: '#8ED476'

red 142 ◦ green 212 ◦ blue 118

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

Shades of Gossip #8ED476

Tints of Gossip #8ED476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 30.08%
G = 44.92%
B = 25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#8ED476 (or 0x8ED476) is known color: Gossip. HEX triplet: 8E, D4 and 76. RGB value is (142,212,118). Sum of RGB (Red+Green+Blue) = 142+212+118=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED476 is #712B89. Grayscale: #B4B4B4. Windows color (decimal): -7416714 or 7787662. OLE color: 7787662.

HSL color Cylindrical-coordinate representation of color #8ED476: hue angle of 104.68º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED476 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 118 -
CMYK 0.33 0 0.44 0.17
HSL 104.68º 0.52% 0.65% -
HSV(B) 104.68º 0.44% 0.83% -
XYZ 37.97 54.15 25.59 -
YUV 180.35 92.81 100.64 -
System Red Green Blue C M Y K H S L
Decimal 142 212 118 0.33 0 0.44 0.17 104.68 0.52 0.65
Hex 8E D4 76 21 0 2C 11 69 34 41
Octal 216 324 166 41 0 54 21 151 64 101
Binary 10001110 11010100 1110110 100001 0 101100 10001 1101001 110100 1000001

Color Harmonies of #8ED476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED476

Black with #8ED476

Text Example


Text Example

White with #8ED476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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