#8DD174

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

Shades of Gossip #8DD174

Tints of Gossip #8DD174

Color information

#8DD174 (or 0x8DD174) is unknown color: approx Gossip. HEX triplet: 8D, D1 and 74. RGB value is (141,209,116). Sum of RGB (Red+Green+Blue) = 141+209+116=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD174 is #722E8B. Grayscale: #B2B2B2. Windows color (decimal): -7483020 or 7655821. OLE color: 7655821.

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

Color convert

RGB141209116-
CMYK0.3300.440.18
HSL103.87º50.27%63.73%-
HSV(B)103.87º44.5%81.96%-
XYZ36.9452.5224.71-
YUV178.0792.97101.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.26%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=30.26%
G=44.85%
B=24.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091160.3300.440.18103.8750.2763.73
Hex8DD1742102C12683240
Octal215321164410542215062100
Binary1000110111010001111010010000101011001001011010001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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