Html Css Color HEX #8ED278 Gossip

📋 copy color: '#8ED278'

red 142 ◦ green 210 ◦ blue 120

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

Shades of Gossip #8ED278

Tints of Gossip #8ED278

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 30.08%
G = 44.49%
B = 25.42%

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

#8ED278 (or 0x8ED278) is known color: Gossip. HEX triplet: 8E, D2 and 78. RGB value is (142,210,120). Sum of RGB (Red+Green+Blue) = 142+210+120=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED278 is #712D87. Grayscale: #B3B3B3. Windows color (decimal): -7417224 or 7918222. OLE color: 7918222.

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

Color convert

RGB 142 210 120 -
CMYK 0.32 0 0.43 0.18
HSL 105.33º 0.5% 0.65% -
HSV(B) 105.33º 0.43% 0.82% -
XYZ 37.59 53.2 26.06 -
YUV 179.41 94.47 101.32 -
System Red Green Blue C M Y K H S L
Decimal 142 210 120 0.32 0 0.43 0.18 105.33 0.5 0.65
Hex 8E D2 78 20 0 2B 12 69 32 41
Octal 216 322 170 40 0 53 22 151 62 101
Binary 10001110 11010010 1111000 100000 0 101011 10010 1101001 110010 1000001

Color Harmonies of #8ED278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED278

Black with #8ED278

Text Example


Text Example

White with #8ED278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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