#8CD871

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

Shades of Gossip #8CD871

Tints of Gossip #8CD871

Color information

#8CD871 (or 0x8CD871) is unknown color: approx Gossip. HEX triplet: 8C, D8 and 71. RGB value is (140,216,113). Sum of RGB (Red+Green+Blue) = 140+216+113=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD871 is #73278E. Grayscale: #B5B5B5. Windows color (decimal): -7546767 or 7461004. OLE color: 7461004.

HSL color Cylindrical-coordinate representation of color #8CD871: hue angle of 104.27º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CD871 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB140216113-
CMYK0.3500.480.15
HSL104.27º56.91%64.51%-
HSV(B)104.27º47.69%84.71%-
XYZ38.3555.8824.39-
YUV181.5389.3298.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 216 (84.77% from 255) = 46.06%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=29.85%
G=46.06%
B=24.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402161130.3500.480.15104.2756.9164.51
Hex8CD87123030F683941
Octal214330161430601715071101
Binary100011001101100011100011000110110000111111010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,216,113); }

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

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

 a { background-color: rgb(140,216,113); }

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

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

 span { border-color: rgb(140,216,113); }

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