#93DC78

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

Shades of Gossip #93DC78

Tints of Gossip #93DC78

Color information

#93DC78 (or 0x93DC78) is unknown color: approx Gossip. HEX triplet: 93, DC and 78. RGB value is (147,220,120). Sum of RGB (Red+Green+Blue) = 147+220+120=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC78 is #6C2387. Grayscale: #BBBBBB. Windows color (decimal): -7086984 or 7920787. OLE color: 7920787.

HSL color Cylindrical-coordinate representation of color #93DC78: hue angle of 103.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93DC78 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB147220120-
CMYK0.3300.450.14
HSL103.8º58.82%66.67%-
HSV(B)103.8º45.45%86.27%-
XYZ41.0258.7526.95-
YUV186.7790.3299.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=30.18%
G=45.17%
B=24.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201200.3300.450.14103.858.8266.67
Hex93DC782102DE683b43
Octal223334170410551615073103
Binary100100111101110011110001000010101101111011010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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