Html Css Color HEX #8EE175 Gossip

📋 copy color: '#8EE175'

red 142 ◦ green 225 ◦ blue 117

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

Shades of Gossip #8EE175

Tints of Gossip #8EE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.49%

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

R = 29.34%
G = 46.49%
B = 24.17%

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

#8EE175 (or 0x8EE175) is known color: Gossip. HEX triplet: 8E, E1 and 75. RGB value is (142,225,117). Sum of RGB (Red+Green+Blue) = 142+225+117=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE175 is #711E8A. Grayscale: #BCBCBC. Windows color (decimal): -7413387 or 7725454. OLE color: 7725454.

HSL color Cylindrical-coordinate representation of color #8EE175: hue angle of 106.11º 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 #8EE175 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 225 117 -
CMYK 0.37 0 0.48 0.12
HSL 106.11º 0.64% 0.67% -
HSV(B) 106.11º 0.48% 0.88% -
XYZ 41.29 60.89 26.41 -
YUV 187.87 88 95.28 -
System Red Green Blue C M Y K H S L
Decimal 142 225 117 0.37 0 0.48 0.12 106.11 0.64 0.67
Hex 8E E1 75 25 0 30 C 6A 40 43
Octal 216 341 165 45 0 60 14 152 100 103
Binary 10001110 11100001 1110101 100101 0 110000 1100 1101010 1000000 1000011

Color Harmonies of #8EE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE175

Black with #8EE175

Text Example


Text Example

White with #8EE175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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