#93DD72

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

Shades of Gossip #93DD72

Tints of Gossip #93DD72

Color information

#93DD72 (or 0x93DD72) is unknown color: approx Gossip. HEX triplet: 93, DD and 72. RGB value is (147,221,114). Sum of RGB (Red+Green+Blue) = 147+221+114=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD72 is #6C228D. Grayscale: #BBBBBB. Windows color (decimal): -7086734 or 7527827. OLE color: 7527827.

HSL color Cylindrical-coordinate representation of color #93DD72: hue angle of 101.5º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93DD72 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB147221114-
CMYK0.3300.480.13
HSL101.5º61.14%65.69%-
HSV(B)101.5º48.42%86.67%-
XYZ40.9359.1325.18-
YUV186.6886.9899.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=30.50%
G=45.85%
B=23.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211140.3300.480.13101.561.1465.69
Hex93DD7221030D653d42
Octal223335162410601514575102
Binary100100111101110111100101000010110000110111001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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