#93E373

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

Shades of Gossip #93E373

Tints of Gossip #93E373

Color information

#93E373 (or 0x93E373) is unknown color: approx Gossip. HEX triplet: 93, E3 and 73. RGB value is (147,227,115). Sum of RGB (Red+Green+Blue) = 147+227+115=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #93E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E373 is #6C1C8C. Grayscale: #BEBEBE. Windows color (decimal): -7085197 or 7594899. OLE color: 7594899.

HSL color Cylindrical-coordinate representation of color #93E373: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93E373 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB147227115-
CMYK0.3500.490.11
HSL102.86º66.67%67.06%-
HSV(B)102.86º49.34%89.02%-
XYZ42.662.3826.01-
YUV190.3185.597.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 227 (89.06% from 255) = 46.42%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=30.06%
G=46.42%
B=23.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472271150.3500.490.11102.8666.6767.06
Hex93E37323031B674343
Octal2233431634306113147103103
Binary1001001111100011111001110001101100011011110011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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