Html Css Color HEX #8EE475 Gossip

📋 copy color: '#8EE475'

red 142 ◦ green 228 ◦ blue 117

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

Shades of Gossip #8EE475

Tints of Gossip #8EE475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 29.16%
G = 46.82%
B = 24.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#8EE475 (or 0x8EE475) is known color: Gossip. HEX triplet: 8E, E4 and 75. RGB value is (142,228,117). Sum of RGB (Red+Green+Blue) = 142+228+117=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE475 is #711B8A. Grayscale: #BDBDBD. Windows color (decimal): -7412619 or 7726222. OLE color: 7726222.

HSL color Cylindrical-coordinate representation of color #8EE475: hue angle of 106.49º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EE475 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 228 117 -
CMYK 0.38 0 0.49 0.11
HSL 106.49º 0.67% 0.68% -
HSV(B) 106.49º 0.49% 0.89% -
XYZ 42.11 62.52 26.68 -
YUV 189.63 87.01 94.03 -
System Red Green Blue C M Y K H S L
Decimal 142 228 117 0.38 0 0.49 0.11 106.49 0.67 0.68
Hex 8E E4 75 26 0 31 B 6A 43 44
Octal 216 344 165 46 0 61 13 152 103 104
Binary 10001110 11100100 1110101 100110 0 110001 1011 1101010 1000011 1000100

Color Harmonies of #8EE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE475

Black with #8EE475

Text Example


Text Example

White with #8EE475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,228,117); }

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

background-color css

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

 a { background-color: rgb(142,228,117); }

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

border-color css

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

 span { border-color: rgb(142,228,117); }

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