#93D883

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

Shades of Gossip #93D883

Tints of Gossip #93D883

Color information

#93D883 (or 0x93D883) is unknown color: approx Gossip. HEX triplet: 93, D8 and 83. RGB value is (147,216,131). Sum of RGB (Red+Green+Blue) = 147+216+131=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #93D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D883 is #6C277C. Grayscale: #B9B9B9. Windows color (decimal): -7087997 or 8640659. OLE color: 8640659.

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

Color convert

RGB147216131-
CMYK0.3200.390.15
HSL108.71º52.15%68.04%-
HSV(B)108.71º39.35%84.71%-
XYZ40.6956.9530.32-
YUV185.6897.14100.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 216 (84.77% from 255) = 43.72%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=29.76%
G=43.72%
B=26.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161310.3200.390.15108.7152.1568.04
Hex93D88320027F6d3444
Octal223330203400471715564104
Binary1001001111011000100000111000000100111111111011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,216,131); }

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

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

 a { background-color: rgb(147,216,131); }

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

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

 span { border-color: rgb(147,216,131); }

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