Html Css Color HEX #8EE077 Gossip

📋 copy color: '#8EE077'

red 142 ◦ green 224 ◦ blue 119

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

Shades of Gossip #8EE077

Tints of Gossip #8EE077

RGB

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

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

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

R = 29.28%
G = 46.19%
B = 24.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#8EE077 (or 0x8EE077) is known color: Gossip. HEX triplet: 8E, E0 and 77. RGB value is (142,224,119). Sum of RGB (Red+Green+Blue) = 142+224+119=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE077 is #711F88. Grayscale: #BBBBBB. Windows color (decimal): -7413641 or 7856270. OLE color: 7856270.

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

Color convert

RGB 142 224 119 -
CMYK 0.37 0 0.47 0.12
HSL 106.86º 0.63% 0.67% -
HSV(B) 106.86º 0.47% 0.88% -
XYZ 41.14 60.39 26.94 -
YUV 187.51 89.33 95.54 -
System Red Green Blue C M Y K H S L
Decimal 142 224 119 0.37 0 0.47 0.12 106.86 0.63 0.67
Hex 8E E0 77 25 0 2F C 6B 3F 43
Octal 216 340 167 45 0 57 14 153 77 103
Binary 10001110 11100000 1110111 100101 0 101111 1100 1101011 111111 1000011

Color Harmonies of #8EE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE077

Black with #8EE077

Text Example


Text Example

White with #8EE077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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