#8DD477

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

Shades of Gossip #8DD477

Tints of Gossip #8DD477

Color information

#8DD477 (or 0x8DD477) is unknown color: approx Gossip. HEX triplet: 8D, D4 and 77. RGB value is (141,212,119). Sum of RGB (Red+Green+Blue) = 141+212+119=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD477 is #722B88. Grayscale: #B4B4B4. Windows color (decimal): -7482249 or 7853197. OLE color: 7853197.

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

Color convert

RGB141212119-
CMYK0.3300.440.17
HSL105.81º51.96%64.9%-
HSV(B)105.81º43.87%83.14%-
XYZ37.8654.0825.9-
YUV180.1793.48100.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=29.87%
G=44.92%
B=25.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121190.3300.440.17105.8151.9664.9
Hex8DD4772102C116a3441
Octal215324167410542115264101
Binary1000110111010100111011110000101011001000111010101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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