Html Css Color HEX #8ED078 Gossip

📋 copy color: '#8ED078'

red 142 ◦ green 208 ◦ blue 120

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

Shades of Gossip #8ED078

Tints of Gossip #8ED078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 30.21%
G = 44.26%
B = 25.53%

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

#8ED078 (or 0x8ED078) is known color: Gossip. HEX triplet: 8E, D0 and 78. RGB value is (142,208,120). Sum of RGB (Red+Green+Blue) = 142+208+120=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED078 is #712F87. Grayscale: #B2B2B2. Windows color (decimal): -7417736 or 7917710. OLE color: 7917710.

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

Color convert

RGB 142 208 120 -
CMYK 0.32 0 0.42 0.18
HSL 105º 0.48% 0.64% -
HSV(B) 105º 0.42% 0.82% -
XYZ 37.1 52.22 25.89 -
YUV 178.23 95.13 102.16 -
System Red Green Blue C M Y K H S L
Decimal 142 208 120 0.32 0 0.42 0.18 105 0.48 0.64
Hex 8E D0 78 20 0 2A 12 69 30 40
Octal 216 320 170 40 0 52 22 151 60 100
Binary 10001110 11010000 1111000 100000 0 101010 10010 1101001 110000 1000000

Color Harmonies of #8ED078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED078

Black with #8ED078

Text Example


Text Example

White with #8ED078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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