#8DDE79

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

Shades of Gossip #8DDE79

Tints of Gossip #8DDE79

Color information

#8DDE79 (or 0x8DDE79) is unknown color: approx Gossip. HEX triplet: 8D, DE and 79. RGB value is (141,222,121). Sum of RGB (Red+Green+Blue) = 141+222+121=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDE79 is #722186. Grayscale: #BABABA. Windows color (decimal): -7479687 or 7986829. OLE color: 7986829.

HSL color Cylindrical-coordinate representation of color #8DDE79: hue angle of 108.12º 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 #8DDE79 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB141222121-
CMYK0.3600.450.13
HSL108.12º60.48%67.25%-
HSV(B)108.12º45.5%87.06%-
XYZ40.5659.2927.39-
YUV186.2791.1695.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 222 (87.11% from 255) = 45.87%
BLUE value IS 121 (47.66% from 255) = 25%
R=29.13%
G=45.87%
B=25%

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
Decimal1412221210.3600.450.13108.1260.4867.25
Hex8DDE792402DD6c3c43
Octal215336171440551515474103
Binary100011011101111011110011001000101101110111011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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