Html Css Color HEX #8EE074 Gossip

📋 copy color: '#8EE074'

red 142 ◦ green 224 ◦ blue 116

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

Shades of Gossip #8EE074

Tints of Gossip #8EE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 29.46%
G = 46.47%
B = 24.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#8EE074 (or 0x8EE074) is known color: Gossip. HEX triplet: 8E, E0 and 74. RGB value is (142,224,116). Sum of RGB (Red+Green+Blue) = 142+224+116=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE074 is #711F8B. Grayscale: #BBBBBB. Windows color (decimal): -7413644 or 7659662. OLE color: 7659662.

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

Color convert

RGB 142 224 116 -
CMYK 0.37 0 0.48 0.12
HSL 105.56º 0.64% 0.67% -
HSV(B) 105.56º 0.48% 0.88% -
XYZ 40.96 60.32 26.01 -
YUV 187.17 87.83 95.78 -
System Red Green Blue C M Y K H S L
Decimal 142 224 116 0.37 0 0.48 0.12 105.56 0.64 0.67
Hex 8E E0 74 25 0 30 C 6A 40 43
Octal 216 340 164 45 0 60 14 152 100 103
Binary 10001110 11100000 1110100 100101 0 110000 1100 1101010 1000000 1000011

Color Harmonies of #8EE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE074

Black with #8EE074

Text Example


Text Example

White with #8EE074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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