Html Css Color HEX #8EC775 Gossip

📋 copy color: '#8EC775'

red 142 ◦ green 199 ◦ blue 117

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

Shades of Gossip #8EC775

Tints of Gossip #8EC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

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

R = 31%
G = 43.45%
B = 25.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#8EC775 (or 0x8EC775) is known color: Gossip. HEX triplet: 8E, C7 and 75. RGB value is (142,199,117). Sum of RGB (Red+Green+Blue) = 142+199+117=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC775 is #71388A. Grayscale: #ACACAC. Windows color (decimal): -7420043 or 7718798. OLE color: 7718798.

HSL color Cylindrical-coordinate representation of color #8EC775: hue angle of 101.71º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC775 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 199 117 -
CMYK 0.29 0 0.41 0.22
HSL 101.71º 0.42% 0.62% -
HSV(B) 101.71º 0.41% 0.78% -
XYZ 34.79 47.88 24.24 -
YUV 172.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 142 199 117 0.29 0 0.41 0.22 101.71 0.42 0.62
Hex 8E C7 75 1D 0 29 16 66 2A 3E
Octal 216 307 165 35 0 51 26 146 52 76
Binary 10001110 11000111 1110101 11101 0 101001 10110 1100110 101010 111110

Color Harmonies of #8EC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC775

Black with #8EC775

Text Example


Text Example

White with #8EC775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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