Html Css Color HEX #8DC379 Gossip

📋 copy color: '#8DC379'

red 141 ◦ green 195 ◦ blue 121

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

Shades of Gossip #8DC379

Tints of Gossip #8DC379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 30.85%
G = 42.67%
B = 26.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#8DC379 (or 0x8DC379) is known color: Gossip. HEX triplet: 8D, C3 and 79. RGB value is (141,195,121). Sum of RGB (Red+Green+Blue) = 141+195+121=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC379 is #723C86. Grayscale: #AAAAAA. Windows color (decimal): -7486599 or 7979917. OLE color: 7979917.

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

Color convert

RGB 141 195 121 -
CMYK 0.28 0 0.38 0.24
HSL 103.78º 0.38% 0.62% -
HSV(B) 103.78º 0.38% 0.76% -
XYZ 33.95 46.07 25.19 -
YUV 170.42 100.11 107.02 -
System Red Green Blue C M Y K H S L
Decimal 141 195 121 0.28 0 0.38 0.24 103.78 0.38 0.62
Hex 8D C3 79 1C 0 26 18 68 26 3E
Octal 215 303 171 34 0 46 30 150 46 76
Binary 10001101 11000011 1111001 11100 0 100110 11000 1101000 100110 111110

Color Harmonies of #8DC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC379

Black with #8DC379

Text Example


Text Example

White with #8DC379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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