Html Css Color HEX #8DC478 Gossip

📋 copy color: '#8DC478'

red 141 ◦ green 196 ◦ blue 120

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

Shades of Gossip #8DC478

Tints of Gossip #8DC478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 30.85%
G = 42.89%
B = 26.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#8DC478 (or 0x8DC478) is known color: Gossip. HEX triplet: 8D, C4 and 78. RGB value is (141,196,120). Sum of RGB (Red+Green+Blue) = 141+196+120=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC478 is #723B87. Grayscale: #ABABAB. Windows color (decimal): -7486344 or 7914637. OLE color: 7914637.

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

Color convert

RGB 141 196 120 -
CMYK 0.28 0 0.39 0.23
HSL 103.42º 0.39% 0.62% -
HSV(B) 103.42º 0.39% 0.77% -
XYZ 34.11 46.5 24.95 -
YUV 170.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 141 196 120 0.28 0 0.39 0.23 103.42 0.39 0.62
Hex 8D C4 78 1C 0 27 17 67 27 3E
Octal 215 304 170 34 0 47 27 147 47 76
Binary 10001101 11000100 1111000 11100 0 100111 10111 1100111 100111 111110

Color Harmonies of #8DC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC478

Black with #8DC478

Text Example


Text Example

White with #8DC478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,196,120); }

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

background-color css

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

 a { background-color: rgb(141,196,120); }

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

border-color css

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

 span { border-color: rgb(141,196,120); }

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