Html Css Color HEX #8EE072 Gossip

📋 copy color: '#8EE072'

red 142 ◦ green 224 ◦ blue 114

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

Shades of Gossip #8EE072

Tints of Gossip #8EE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 29.58%
G = 46.67%
B = 23.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#8EE072 (or 0x8EE072) is known color: Gossip. HEX triplet: 8E, E0 and 72. RGB value is (142,224,114). Sum of RGB (Red+Green+Blue) = 142+224+114=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE072 is #711F8D. Grayscale: #BBBBBB. Windows color (decimal): -7413646 or 7528590. OLE color: 7528590.

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

Color convert

RGB 142 224 114 -
CMYK 0.37 0 0.49 0.12
HSL 104.73º 0.64% 0.66% -
HSV(B) 104.73º 0.49% 0.88% -
XYZ 40.85 60.28 25.4 -
YUV 186.94 86.83 95.94 -
System Red Green Blue C M Y K H S L
Decimal 142 224 114 0.37 0 0.49 0.12 104.73 0.64 0.66
Hex 8E E0 72 25 0 31 C 69 40 42
Octal 216 340 162 45 0 61 14 151 100 102
Binary 10001110 11100000 1110010 100101 0 110001 1100 1101001 1000000 1000010

Color Harmonies of #8EE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE072

Black with #8EE072

Text Example


Text Example

White with #8EE072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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