#93D778

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

Shades of Gossip #93D778

Tints of Gossip #93D778

Color information

#93D778 (or 0x93D778) is unknown color: approx Gossip. HEX triplet: 93, D7 and 78. RGB value is (147,215,120). Sum of RGB (Red+Green+Blue) = 147+215+120=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #93D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D778 is #6C2887. Grayscale: #B8B8B8. Windows color (decimal): -7088264 or 7919507. OLE color: 7919507.

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

Color convert

RGB147215120-
CMYK0.3200.440.16
HSL102.95º54.29%65.69%-
HSV(B)102.95º44.19%84.31%-
XYZ39.7256.1626.52-
YUV183.8491.97101.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=30.50%
G=44.61%
B=24.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472151200.3200.440.16102.9554.2965.69
Hex93D7782002C10673642
Octal223327170400542014766102
Binary1001001111010111111100010000001011001000011001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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