#8CD677

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

Shades of Gossip #8CD677

Tints of Gossip #8CD677

Color information

#8CD677 (or 0x8CD677) is unknown color: approx Gossip. HEX triplet: 8C, D6 and 77. RGB value is (140,214,119). Sum of RGB (Red+Green+Blue) = 140+214+119=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD677 is #732988. Grayscale: #B5B5B5. Windows color (decimal): -7547273 or 7853708. OLE color: 7853708.

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

Color convert

RGB140214119-
CMYK0.3500.440.16
HSL106.74º53.67%65.29%-
HSV(B)106.74º44.39%83.92%-
XYZ38.195526.06-
YUV181.0492.9898.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=29.60%
G=45.24%
B=25.16%

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
Decimal1402141190.3500.440.16106.7453.6765.29
Hex8CD6772302C106b3641
Octal214326167430542015366101
Binary1000110011010110111011110001101011001000011010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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