#93DA75

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

Shades of Gossip #93DA75

Tints of Gossip #93DA75

Color information

#93DA75 (or 0x93DA75) is unknown color: approx Gossip. HEX triplet: 93, DA and 75. RGB value is (147,218,117). Sum of RGB (Red+Green+Blue) = 147+218+117=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DA75 is #6C258A. Grayscale: #B9B9B9. Windows color (decimal): -7087499 or 7723667. OLE color: 7723667.

HSL color Cylindrical-coordinate representation of color #93DA75: hue angle of 102.18º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93DA75 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB147218117-
CMYK0.3300.460.15
HSL102.18º57.71%65.69%-
HSV(B)102.18º46.33%85.49%-
XYZ40.3157.6325.83-
YUV185.2689.48100.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 218 (85.55% from 255) = 45.23%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=30.50%
G=45.23%
B=24.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181170.3300.460.15102.1857.7165.69
Hex93DA752102EF663a42
Octal223332165410561714672102
Binary100100111101101011101011000010101110111111001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,117); }

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

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

 a { background-color: rgb(147,218,117); }

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

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

 span { border-color: rgb(147,218,117); }

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