#93D973

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

Shades of Gossip #93D973

Tints of Gossip #93D973

Color information

#93D973 (or 0x93D973) is unknown color: approx Gossip. HEX triplet: 93, D9 and 73. RGB value is (147,217,115). Sum of RGB (Red+Green+Blue) = 147+217+115=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #93D973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D973 is #6C268C. Grayscale: #B8B8B8. Windows color (decimal): -7087757 or 7592339. OLE color: 7592339.

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

Color convert

RGB147217115-
CMYK0.3200.470.15
HSL101.18º57.3%65.1%-
HSV(B)101.18º47%85.1%-
XYZ39.9457.0725.13-
YUV184.4488.81101.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=30.69%
G=45.30%
B=24.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171150.3200.470.15101.1857.365.1
Hex93D9732002FF653941
Octal223331163400571714571101
Binary100100111101100111100111000000101111111111001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,115); }

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

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

 a { background-color: rgb(147,217,115); }

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

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

 span { border-color: rgb(147,217,115); }

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