#8DDD79

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

Shades of Gossip #8DDD79

Tints of Gossip #8DDD79

Color information

#8DDD79 (or 0x8DDD79) is unknown color: approx Gossip. HEX triplet: 8D, DD and 79. RGB value is (141,221,121). Sum of RGB (Red+Green+Blue) = 141+221+121=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD79 is #722286. Grayscale: #BABABA. Windows color (decimal): -7479943 or 7986573. OLE color: 7986573.

HSL color Cylindrical-coordinate representation of color #8DDD79: hue angle of 108º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DDD79 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB141221121-
CMYK0.3600.450.13
HSL108º59.52%67.06%-
HSV(B)108º45.25%86.67%-
XYZ40.2958.7627.31-
YUV185.6891.596.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=29.19%
G=45.76%
B=25.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211210.3600.450.1310859.5267.06
Hex8DDD792402DD6c3c43
Octal215335171440551515474103
Binary100011011101110111110011001000101101110111011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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