Html Css Color HEX #8DC377 Gossip

📋 copy color: '#8DC377'

red 141 ◦ green 195 ◦ blue 119

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

Shades of Gossip #8DC377

Tints of Gossip #8DC377

RGB

 RED value IS 141 (55.47% from 255) = 30.99%

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

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

R = 30.99%
G = 42.86%
B = 26.15%

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

#8DC377 (or 0x8DC377) is known color: Gossip. HEX triplet: 8D, C3 and 77. RGB value is (141,195,119). Sum of RGB (Red+Green+Blue) = 141+195+119=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC377 is #723C88. Grayscale: #AAAAAA. Windows color (decimal): -7486601 or 7848845. OLE color: 7848845.

HSL color Cylindrical-coordinate representation of color #8DC377: hue angle of 102.63º 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 #8DC377 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 195 119 -
CMYK 0.28 0 0.39 0.24
HSL 102.63º 0.39% 0.62% -
HSV(B) 102.63º 0.39% 0.76% -
XYZ 33.83 46.02 24.55 -
YUV 170.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 141 195 119 0.28 0 0.39 0.24 102.63 0.39 0.62
Hex 8D C3 77 1C 0 27 18 67 27 3E
Octal 215 303 167 34 0 47 30 147 47 76
Binary 10001101 11000011 1110111 11100 0 100111 11000 1100111 100111 111110

Color Harmonies of #8DC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC377

Black with #8DC377

Text Example


Text Example

White with #8DC377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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