#8DD175

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

Shades of Gossip #8DD175

Tints of Gossip #8DD175

Color information

#8DD175 (or 0x8DD175) is unknown color: approx Gossip. HEX triplet: 8D, D1 and 75. RGB value is (141,209,117). Sum of RGB (Red+Green+Blue) = 141+209+117=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD175 is #722E8A. Grayscale: #B2B2B2. Windows color (decimal): -7483019 or 7721357. OLE color: 7721357.

HSL color Cylindrical-coordinate representation of color #8DD175: hue angle of 104.35º 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 #8DD175 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB141209117-
CMYK0.3300.440.18
HSL104.35º50%63.92%-
HSV(B)104.35º44.02%81.96%-
XYZ3752.5525.02-
YUV178.1893.47101.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=30.19%
G=44.75%
B=25.05%

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
Decimal1412091170.3300.440.18104.355063.92
Hex8DD1752102C12683240
Octal215321165410542215062100
Binary1000110111010001111010110000101011001001011010001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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