#8DD079

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

Shades of Gossip #8DD079

Tints of Gossip #8DD079

Color information

#8DD079 (or 0x8DD079) is unknown color: approx Gossip. HEX triplet: 8D, D0 and 79. RGB value is (141,208,121). Sum of RGB (Red+Green+Blue) = 141+208+121=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD079 is #722F86. Grayscale: #B2B2B2. Windows color (decimal): -7483271 or 7983245. OLE color: 7983245.

HSL color Cylindrical-coordinate representation of color #8DD079: hue angle of 106.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD079 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB141208121-
CMYK0.3200.420.18
HSL106.21º48.07%64.51%-
HSV(B)106.21º41.83%81.57%-
XYZ36.9952.1526.21-
YUV178.0595.8101.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 208 (81.64% from 255) = 44.26%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=30%
G=44.26%
B=25.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081210.3200.420.18106.2148.0764.51
Hex8DD0792002A126a3041
Octal215320171400522215260101
Binary1000110111010000111100110000001010101001011010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,121); }

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

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

 a { background-color: rgb(141,208,121); }

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

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

 span { border-color: rgb(141,208,121); }

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