#8DDA71

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

Shades of Gossip #8DDA71

Tints of Gossip #8DDA71

Color information

#8DDA71 (or 0x8DDA71) is unknown color: approx Gossip. HEX triplet: 8D, DA and 71. RGB value is (141,218,113). Sum of RGB (Red+Green+Blue) = 141+218+113=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA71 is #72258E. Grayscale: #B7B7B7. Windows color (decimal): -7480719 or 7461517. OLE color: 7461517.

HSL color Cylindrical-coordinate representation of color #8DDA71: hue angle of 104º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DDA71 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB141218113-
CMYK0.3500.480.15
HSL104º58.66%64.9%-
HSV(B)104º48.17%85.49%-
XYZ39.045724.57-
YUV183.0188.4998.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=29.87%
G=46.19%
B=23.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412181130.3500.480.1510458.6664.9
Hex8DDA7123030F683b41
Octal215332161430601715073101
Binary100011011101101011100011000110110000111111010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,113); }

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

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

 a { background-color: rgb(141,218,113); }

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

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

 span { border-color: rgb(141,218,113); }

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