Html Css Color HEX #8CC377 Gossip

📋 copy color: '#8CC377'

red 140 ◦ green 195 ◦ blue 119

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

Shades of Gossip #8CC377

Tints of Gossip #8CC377

RGB

 RED value IS 140 (55.08% from 255) = 30.84%

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 30.84%
G = 42.95%
B = 26.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#8CC377 (or 0x8CC377) is known color: Gossip. HEX triplet: 8C, C3 and 77. RGB value is (140,195,119). Sum of RGB (Red+Green+Blue) = 140+195+119=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC377 is #733C88. Grayscale: #AAAAAA. Windows color (decimal): -7552137 or 7848844. OLE color: 7848844.

HSL color Cylindrical-coordinate representation of color #8CC377: hue angle of 103.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CC377 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 119 -
CMYK 0.28 0 0.39 0.24
HSL 103.42º 0.39% 0.62% -
HSV(B) 103.42º 0.39% 0.76% -
XYZ 33.66 45.94 24.55 -
YUV 169.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 140 195 119 0.28 0 0.39 0.24 103.42 0.39 0.62
Hex 8C C3 77 1C 0 27 18 67 27 3E
Octal 214 303 167 34 0 47 30 147 47 76
Binary 10001100 11000011 1110111 11100 0 100111 11000 1100111 100111 111110

Color Harmonies of #8CC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC377

Black with #8CC377

Text Example


Text Example

White with #8CC377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,119); }

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

background-color css

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

 a { background-color: rgb(140,195,119); }

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

border-color css

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

 span { border-color: rgb(140,195,119); }

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