#8DCD7C

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

Shades of Gossip #8DCD7C

Tints of Gossip #8DCD7C

Color information

#8DCD7C (or 0x8DCD7C) is unknown color: approx Gossip. HEX triplet: 8D, CD and 7C. RGB value is (141,205,124). Sum of RGB (Red+Green+Blue) = 141+205+124=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD7C is #723283. Grayscale: #B0B0B0. Windows color (decimal): -7484036 or 8179085. OLE color: 8179085.

HSL color Cylindrical-coordinate representation of color #8DCD7C: hue angle of 107.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCD7C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB141205124-
CMYK0.3100.400.20
HSL107.41º44.75%64.51%-
HSV(B)107.41º39.51%80.39%-
XYZ36.4550.7826.95-
YUV176.6398.3102.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=30%
G=43.62%
B=26.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051240.3100.400.20107.4144.7564.51
Hex8DCD7C1F028146b2d41
Octal215315174370502415355101
Binary100011011100110111111001111101010001010011010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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