#8DD479

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

Shades of Gossip #8DD479

Tints of Gossip #8DD479

Color information

#8DD479 (or 0x8DD479) is unknown color: approx Gossip. HEX triplet: 8D, D4 and 79. RGB value is (141,212,121). Sum of RGB (Red+Green+Blue) = 141+212+121=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD479 is #722B86. Grayscale: #B4B4B4. Windows color (decimal): -7482247 or 7984269. OLE color: 7984269.

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

Color convert

RGB141212121-
CMYK0.3300.430.17
HSL106.81º51.41%65.29%-
HSV(B)106.81º42.92%83.14%-
XYZ37.9854.1326.54-
YUV180.494.4899.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 212 (83.20% from 255) = 44.73%
BLUE value IS 121 (47.66% from 255) = 25.53%
R=29.75%
G=44.73%
B=25.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412121210.3300.430.17106.8151.4165.29
Hex8DD4792102B116b3341
Octal215324171410532115363101
Binary1000110111010100111100110000101010111000111010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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