Html Css Color HEX #8EE078 Gossip

📋 copy color: '#8EE078'

red 142 ◦ green 224 ◦ blue 120

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

Shades of Gossip #8EE078

Tints of Gossip #8EE078

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

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

R = 29.22%
G = 46.09%
B = 24.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#8EE078 (or 0x8EE078) is known color: Gossip. HEX triplet: 8E, E0 and 78. RGB value is (142,224,120). Sum of RGB (Red+Green+Blue) = 142+224+120=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE078 is #711F87. Grayscale: #BBBBBB. Windows color (decimal): -7413640 or 7921806. OLE color: 7921806.

HSL color Cylindrical-coordinate representation of color #8EE078: hue angle of 107.31º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EE078 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 224 120 -
CMYK 0.37 0 0.46 0.12
HSL 107.31º 0.63% 0.67% -
HSV(B) 107.31º 0.46% 0.88% -
XYZ 41.2 60.42 27.26 -
YUV 187.63 89.83 95.46 -
System Red Green Blue C M Y K H S L
Decimal 142 224 120 0.37 0 0.46 0.12 107.31 0.63 0.67
Hex 8E E0 78 25 0 2E C 6B 3F 43
Octal 216 340 170 45 0 56 14 153 77 103
Binary 10001110 11100000 1111000 100101 0 101110 1100 1101011 111111 1000011

Color Harmonies of #8EE078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE078

Black with #8EE078

Text Example


Text Example

White with #8EE078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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