#93D782

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

Shades of Gossip #93D782

Tints of Gossip #93D782

Color information

#93D782 (or 0x93D782) is unknown color: approx Gossip. HEX triplet: 93, D7 and 82. RGB value is (147,215,130). Sum of RGB (Red+Green+Blue) = 147+215+130=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #93D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D782 is #6C287D. Grayscale: #B9B9B9. Windows color (decimal): -7088254 or 8574867. OLE color: 8574867.

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

Color convert

RGB147215130-
CMYK0.3200.400.16
HSL108º51.52%67.65%-
HSV(B)108º39.53%84.31%-
XYZ40.3656.4229.88-
YUV184.9896.97100.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=29.88%
G=43.70%
B=26.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472151300.3200.400.1610851.5267.65
Hex93D78220028106c3444
Octal223327202400502015464104
Binary10010011110101111000001010000001010001000011011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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