#93D784

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

Shades of Gossip #93D784

Tints of Gossip #93D784

Color information

#93D784 (or 0x93D784) is unknown color: approx Gossip. HEX triplet: 93, D7 and 84. RGB value is (147,215,132). Sum of RGB (Red+Green+Blue) = 147+215+132=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #93D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D784 is #6C287B. Grayscale: #B9B9B9. Windows color (decimal): -7088252 or 8705939. OLE color: 8705939.

HSL color Cylindrical-coordinate representation of color #93D784: hue angle of 109.16º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D784 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB147215132-
CMYK0.3200.390.16
HSL109.16º50.92%68.04%-
HSV(B)109.16º38.6%84.31%-
XYZ40.556.4730.6-
YUV185.2197.97100.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=29.76%
G=43.52%
B=26.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472151320.3200.390.16109.1650.9268.04
Hex93D78420027106d3344
Octal223327204400472015563104
Binary10010011110101111000010010000001001111000011011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,215,132); }

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

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

 a { background-color: rgb(147,215,132); }

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

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

 span { border-color: rgb(147,215,132); }

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