#93D581

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

Shades of Gossip #93D581

Tints of Gossip #93D581

Color information

#93D581 (or 0x93D581) is unknown color: approx Gossip. HEX triplet: 93, D5 and 81. RGB value is (147,213,129). Sum of RGB (Red+Green+Blue) = 147+213+129=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #93D581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D581 is #6C2A7E. Grayscale: #B7B7B7. Windows color (decimal): -7088767 or 8508819. OLE color: 8508819.

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

Color convert

RGB147213129-
CMYK0.3100.390.16
HSL107.14º50%67.06%-
HSV(B)107.14º39.44%83.53%-
XYZ39.7955.3829.36-
YUV183.6997.13101.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=30.06%
G=43.56%
B=26.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131290.3100.390.16107.145067.06
Hex93D5811F027106b3243
Octal223325201370472015362103
Binary1001001111010101100000011111101001111000011010111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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