Html Css Color HEX #8DC477 Gossip

📋 copy color: '#8DC477'

red 141 ◦ green 196 ◦ blue 119

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

Shades of Gossip #8DC477

Tints of Gossip #8DC477

RGB

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

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

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

R = 30.92%
G = 42.98%
B = 26.1%

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

#8DC477 (or 0x8DC477) is known color: Gossip. HEX triplet: 8D, C4 and 77. RGB value is (141,196,119). Sum of RGB (Red+Green+Blue) = 141+196+119=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC477 is #723B88. Grayscale: #ABABAB. Windows color (decimal): -7486345 or 7849101. OLE color: 7849101.

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

Color convert

RGB 141 196 119 -
CMYK 0.28 0 0.39 0.23
HSL 102.86º 0.39% 0.62% -
HSV(B) 102.86º 0.39% 0.77% -
XYZ 34.05 46.47 24.63 -
YUV 170.78 98.78 106.76 -
System Red Green Blue C M Y K H S L
Decimal 141 196 119 0.28 0 0.39 0.23 102.86 0.39 0.62
Hex 8D C4 77 1C 0 27 17 67 27 3E
Octal 215 304 167 34 0 47 27 147 47 76
Binary 10001101 11000100 1110111 11100 0 100111 10111 1100111 100111 111110

Color Harmonies of #8DC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC477

Black with #8DC477

Text Example


Text Example

White with #8DC477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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