#93DA81

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

Shades of Gossip #93DA81

Tints of Gossip #93DA81

Color information

#93DA81 (or 0x93DA81) is unknown color: approx Gossip. HEX triplet: 93, DA and 81. RGB value is (147,218,129). Sum of RGB (Red+Green+Blue) = 147+218+129=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DA81 is #6C257E. Grayscale: #BABABA. Windows color (decimal): -7087487 or 8510099. OLE color: 8510099.

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

Color convert

RGB147218129-
CMYK0.3300.410.15
HSL107.87º54.6%68.04%-
HSV(B)107.87º40.83%85.49%-
XYZ41.0757.9329.79-
YUV186.6295.4899.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=29.76%
G=44.13%
B=26.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181290.3300.410.15107.8754.668.04
Hex93DA8121029F6c3744
Octal223332201410511715467104
Binary1001001111011010100000011000010101001111111011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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