Html Css Color HEX #8DC878 Gossip

📋 copy color: '#8DC878'

red 141 ◦ green 200 ◦ blue 120

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

Shades of Gossip #8DC878

Tints of Gossip #8DC878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

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

R = 30.59%
G = 43.38%
B = 26.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#8DC878 (or 0x8DC878) is known color: Gossip. HEX triplet: 8D, C8 and 78. RGB value is (141,200,120). Sum of RGB (Red+Green+Blue) = 141+200+120=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC878 is #723787. Grayscale: #ADADAD. Windows color (decimal): -7485320 or 7915661. OLE color: 7915661.

HSL color Cylindrical-coordinate representation of color #8DC878: hue angle of 104.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC878 is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 200 120 -
CMYK 0.29 0 0.4 0.22
HSL 104.25º 0.42% 0.63% -
HSV(B) 104.25º 0.4% 0.78% -
XYZ 35.03 48.33 25.25 -
YUV 173.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 141 200 120 0.29 0 0.4 0.22 104.25 0.42 0.63
Hex 8D C8 78 1D 0 28 16 68 2A 3F
Octal 215 310 170 35 0 50 26 150 52 77
Binary 10001101 11001000 1111000 11101 0 101000 10110 1101000 101010 111111

Color Harmonies of #8DC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC878

Black with #8DC878

Text Example


Text Example

White with #8DC878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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