Html Css Color HEX #8CD379 Gossip

📋 copy color: '#8CD379'

red 140 ◦ green 211 ◦ blue 121

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

Shades of Gossip #8CD379

Tints of Gossip #8CD379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

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

R = 29.66%
G = 44.7%
B = 25.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#8CD379 (or 0x8CD379) is known color: Gossip. HEX triplet: 8C, D3 and 79. RGB value is (140,211,121). Sum of RGB (Red+Green+Blue) = 140+211+121=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD379 is #732C86. Grayscale: #B3B3B3. Windows color (decimal): -7548039 or 7984012. OLE color: 7984012.

HSL color Cylindrical-coordinate representation of color #8CD379: hue angle of 107.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CD379 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 211 121 -
CMYK 0.34 0 0.43 0.17
HSL 107.33º 0.51% 0.65% -
HSV(B) 107.33º 0.43% 0.83% -
XYZ 37.56 53.54 26.44 -
YUV 179.51 94.98 99.82 -
System Red Green Blue C M Y K H S L
Decimal 140 211 121 0.34 0 0.43 0.17 107.33 0.51 0.65
Hex 8C D3 79 22 0 2B 11 6B 33 41
Octal 214 323 171 42 0 53 21 153 63 101
Binary 10001100 11010011 1111001 100010 0 101011 10001 1101011 110011 1000001

Color Harmonies of #8CD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD379

Black with #8CD379

Text Example


Text Example

White with #8CD379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,211,121); }

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

background-color css

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

 a { background-color: rgb(140,211,121); }

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

border-color css

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

 span { border-color: rgb(140,211,121); }

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