Html Css Color HEX #8EE375 Gossip

📋 copy color: '#8EE375'

red 142 ◦ green 227 ◦ blue 117

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

Shades of Gossip #8EE375

Tints of Gossip #8EE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.71%

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

R = 29.22%
G = 46.71%
B = 24.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#8EE375 (or 0x8EE375) is known color: Gossip. HEX triplet: 8E, E3 and 75. RGB value is (142,227,117). Sum of RGB (Red+Green+Blue) = 142+227+117=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE375 is #711C8A. Grayscale: #BDBDBD. Windows color (decimal): -7412875 or 7725966. OLE color: 7725966.

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

Color convert

RGB 142 227 117 -
CMYK 0.37 0 0.48 0.11
HSL 106.36º 0.66% 0.67% -
HSV(B) 106.36º 0.48% 0.89% -
XYZ 41.84 61.97 26.59 -
YUV 189.05 87.34 94.44 -
System Red Green Blue C M Y K H S L
Decimal 142 227 117 0.37 0 0.48 0.11 106.36 0.66 0.67
Hex 8E E3 75 25 0 30 B 6A 42 43
Octal 216 343 165 45 0 60 13 152 102 103
Binary 10001110 11100011 1110101 100101 0 110000 1011 1101010 1000010 1000011

Color Harmonies of #8EE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE375

Black with #8EE375

Text Example


Text Example

White with #8EE375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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