#8DC37C

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

Shades of Gossip #8DC37C

Tints of Gossip #8DC37C

Color information

#8DC37C (or 0x8DC37C) is unknown color: approx Gossip. HEX triplet: 8D, C3 and 7C. RGB value is (141,195,124). Sum of RGB (Red+Green+Blue) = 141+195+124=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC37C is #723C83. Grayscale: #AAAAAA. Windows color (decimal): -7486596 or 8176525. OLE color: 8176525.

HSL color Cylindrical-coordinate representation of color #8DC37C: hue angle of 105.63º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DC37C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB141195124-
CMYK0.2800.360.24
HSL105.63º37.17%62.55%-
HSV(B)105.63º36.41%76.47%-
XYZ34.1446.1526.18-
YUV170.76101.61106.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=30.65%
G=42.39%
B=26.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951240.2800.360.24105.6337.1762.55
Hex8DC37C1C024186a253f
Octal21530317434044301524577
Binary10001101110000111111100111000100100110001101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,124); }

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

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

 a { background-color: rgb(141,195,124); }

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

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

 span { border-color: rgb(141,195,124); }

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