#93D571

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

Shades of Gossip #93D571

Tints of Gossip #93D571

Color information

#93D571 (or 0x93D571) is unknown color: approx Gossip. HEX triplet: 93, D5 and 71. RGB value is (147,213,113). Sum of RGB (Red+Green+Blue) = 147+213+113=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #93D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D571 is #6C2A8E. Grayscale: #B6B6B6. Windows color (decimal): -7088783 or 7460243. OLE color: 7460243.

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

Color convert

RGB147213113-
CMYK0.3100.470.16
HSL99.6º54.35%63.92%-
HSV(B)99.6º46.95%83.53%-
XYZ38.8154.9824.19-
YUV181.8789.13103.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=31.08%
G=45.03%
B=23.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131130.3100.470.1699.654.3563.92
Hex93D5711F02F10643640
Octal223325161370572014466100
Binary100100111101010111100011111101011111000011001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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