#93DD79

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

Shades of Gossip #93DD79

Tints of Gossip #93DD79

Color information

#93DD79 (or 0x93DD79) is unknown color: approx Gossip. HEX triplet: 93, DD and 79. RGB value is (147,221,121). Sum of RGB (Red+Green+Blue) = 147+221+121=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD79 is #6C2286. Grayscale: #BBBBBB. Windows color (decimal): -7086727 or 7986579. OLE color: 7986579.

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

Color convert

RGB147221121-
CMYK0.3300.450.13
HSL104.4º59.52%67.06%-
HSV(B)104.4º45.25%86.67%-
XYZ41.3459.327.36-
YUV187.4790.4899.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=30.06%
G=45.19%
B=24.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211210.3300.450.13104.459.5267.06
Hex93DD792102DD683c43
Octal223335171410551515074103
Binary100100111101110111110011000010101101110111010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DD79; }

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

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

<style>
 a { background-color: #93DD79; }

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

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

<style>
 span { border-color: #93DD79; }

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

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