#8DD475

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

Shades of Gossip #8DD475

Tints of Gossip #8DD475

Color information

#8DD475 (or 0x8DD475) is unknown color: approx Gossip. HEX triplet: 8D, D4 and 75. RGB value is (141,212,117). Sum of RGB (Red+Green+Blue) = 141+212+117=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD475 is #722B8A. Grayscale: #B4B4B4. Windows color (decimal): -7482251 or 7722125. OLE color: 7722125.

HSL color Cylindrical-coordinate representation of color #8DD475: hue angle of 104.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DD475 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB141212117-
CMYK0.3300.450.17
HSL104.84º52.49%64.51%-
HSV(B)104.84º44.81%83.14%-
XYZ37.7454.0325.27-
YUV179.9492.48100.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 212 (83.20% from 255) = 45.11%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=30%
G=45.11%
B=24.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121170.3300.450.17104.8452.4964.51
Hex8DD4752102D11693441
Octal215324165410552115164101
Binary1000110111010100111010110000101011011000111010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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