#8CD779

Color #8CD779 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8CD779

Tints of Gossip #8CD779

Color information

#8CD779 (or 0x8CD779) is unknown color: approx Gossip. HEX triplet: 8C, D7 and 79. RGB value is (140,215,121). Sum of RGB (Red+Green+Blue) = 140+215+121=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD779 is #732886. Grayscale: #B6B6B6. Windows color (decimal): -7547015 or 7985036. OLE color: 7985036.

HSL color Cylindrical-coordinate representation of color #8CD779: hue angle of 107.87º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CD779 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB140215121-
CMYK0.3500.440.16
HSL107.87º54.02%65.88%-
HSV(B)107.87º43.72%84.31%-
XYZ38.5755.5626.78-
YUV181.8693.6598.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.41%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=29.41%
G=45.17%
B=25.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402151210.3500.440.16107.8754.0265.88
Hex8CD7792302C106c3642
Octal214327171430542015466102
Binary1000110011010111111100110001101011001000011011001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,121); }

 H1.HeaderClassName
 {
   color: #8CD779;
 }
 .AnyTagClassName
 {
   color: #8CD779;
 }
</style>
background-color css

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

 a { background-color: rgb(140,215,121); }

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

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

 span { border-color: rgb(140,215,121); }

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