#8DD17C

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

Shades of Gossip #8DD17C

Tints of Gossip #8DD17C

Color information

#8DD17C (or 0x8DD17C) is unknown color: approx Gossip. HEX triplet: 8D, D1 and 7C. RGB value is (141,209,124). Sum of RGB (Red+Green+Blue) = 141+209+124=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD17C is #722E83. Grayscale: #B3B3B3. Windows color (decimal): -7483012 or 8180109. OLE color: 8180109.

HSL color Cylindrical-coordinate representation of color #8DD17C: hue angle of 108º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD17C is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB141209124-
CMYK0.3300.410.18
HSL108º48.02%65.29%-
HSV(B)108º40.67%81.96%-
XYZ37.4252.7227.27-
YUV178.9896.97100.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=29.75%
G=44.09%
B=26.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091240.3300.410.1810848.0265.29
Hex8DD17C21029126c3041
Octal215321174410512215460101
Binary1000110111010001111110010000101010011001011011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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