Html Css Color HEX #8CDC76 Gossip

📋 copy color: '#8CDC76'

red 140 ◦ green 220 ◦ blue 118

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

Shades of Gossip #8CDC76

Tints of Gossip #8CDC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 29.29%
G = 46.03%
B = 24.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#8CDC76 (or 0x8CDC76) is known color: Gossip. HEX triplet: 8C, DC and 76. RGB value is (140,220,118). Sum of RGB (Red+Green+Blue) = 140+220+118=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC76 is #732389. Grayscale: #B8B8B8. Windows color (decimal): -7545738 or 7789708. OLE color: 7789708.

HSL color Cylindrical-coordinate representation of color #8CDC76: hue angle of 107.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CDC76 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 118 -
CMYK 0.36 0 0.46 0.14
HSL 107.06º 0.59% 0.66% -
HSV(B) 107.06º 0.46% 0.86% -
XYZ 39.68 58.07 26.26 -
YUV 184.45 90.5 96.29 -
System Red Green Blue C M Y K H S L
Decimal 140 220 118 0.36 0 0.46 0.14 107.06 0.59 0.66
Hex 8C DC 76 24 0 2E E 6B 3B 42
Octal 214 334 166 44 0 56 16 153 73 102
Binary 10001100 11011100 1110110 100100 0 101110 1110 1101011 111011 1000010

Color Harmonies of #8CDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC76

Black with #8CDC76

Text Example


Text Example

White with #8CDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,118); }

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

background-color css

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

 a { background-color: rgb(140,220,118); }

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

border-color css

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

 span { border-color: rgb(140,220,118); }

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