Html Css Color HEX #8CC877 Gossip

📋 copy color: '#8CC877'

red 140 ◦ green 200 ◦ blue 119

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

Shades of Gossip #8CC877

Tints of Gossip #8CC877

RGB

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

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

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

R = 30.5%
G = 43.57%
B = 25.93%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#8CC877 (or 0x8CC877) is known color: Gossip. HEX triplet: 8C, C8 and 77. RGB value is (140,200,119). Sum of RGB (Red+Green+Blue) = 140+200+119=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC877 is #733788. Grayscale: #ADADAD. Windows color (decimal): -7550857 or 7850124. OLE color: 7850124.

HSL color Cylindrical-coordinate representation of color #8CC877: hue angle of 104.44º 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 #8CC877 is Cyan = 0.3, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 119 -
CMYK 0.3 0 0.40 0.22
HSL 104.44º 0.42% 0.63% -
HSV(B) 104.44º 0.41% 0.78% -
XYZ 34.8 48.22 24.93 -
YUV 172.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 140 200 119 0.3 0 0.40 0.22 104.44 0.42 0.63
Hex 8C C8 77 1E 0 28 16 68 2A 3F
Octal 214 310 167 36 0 50 26 150 52 77
Binary 10001100 11001000 1110111 11110 0 101000 10110 1101000 101010 111111

Color Harmonies of #8CC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC877

Black with #8CC877

Text Example


Text Example

White with #8CC877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,119); }

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

background-color css

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

 a { background-color: rgb(140,200,119); }

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

border-color css

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

 span { border-color: rgb(140,200,119); }

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