#8DC87B

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

Shades of Gossip #8DC87B

Tints of Gossip #8DC87B

Color information

#8DC87B (or 0x8DC87B) is unknown color: approx Gossip. HEX triplet: 8D, C8 and 7B. RGB value is (141,200,123). Sum of RGB (Red+Green+Blue) = 141+200+123=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC87B is #723784. Grayscale: #ADADAD. Windows color (decimal): -7485317 or 8112269. OLE color: 8112269.

HSL color Cylindrical-coordinate representation of color #8DC87B: hue angle of 105.97º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC87B is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB141200123-
CMYK0.2900.380.22
HSL105.97º41.18%63.33%-
HSV(B)105.97º38.5%78.43%-
XYZ35.2148.426.23-
YUV173.5899.45104.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 200 (78.52% from 255) = 43.10%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=30.39%
G=43.10%
B=26.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001230.2900.380.22105.9741.1863.33
Hex8DC87B1D026166a293f
Octal21531017335046261525177
Binary10001101110010001111011111010100110101101101010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,123); }

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

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

 a { background-color: rgb(141,200,123); }

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

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

 span { border-color: rgb(141,200,123); }

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