#93E468

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

Shades of Gossip #93E468

Tints of Gossip #93E468

Color information

#93E468 (or 0x93E468) is unknown color: approx Gossip. HEX triplet: 93, E4 and 68. RGB value is (147,228,104). Sum of RGB (Red+Green+Blue) = 147+228+104=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #93E468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E468 is #6C1B97. Grayscale: #BEBEBE. Windows color (decimal): -7084952 or 6874259. OLE color: 6874259.

HSL color Cylindrical-coordinate representation of color #93E468: hue angle of 99.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93E468 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB147228104-
CMYK0.3600.540.11
HSL99.19º69.66%65.1%-
HSV(B)99.19º54.39%89.41%-
XYZ42.2762.6922.97-
YUV189.6479.6697.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 228 (89.45% from 255) = 47.60%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=30.69%
G=47.60%
B=21.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472281040.3600.540.1199.1969.6665.1
Hex93E46824036B634641
Octal2233441504406613143106101
Binary1001001111100100110100010010001101101011110001110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,228,104); }

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

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

 a { background-color: rgb(147,228,104); }

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

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

 span { border-color: rgb(147,228,104); }

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