#93ea62

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

Shades of Gossip #93EA62

Tints of Gossip #93EA62

Color information

#93EA62 (or 0x93EA62) is unknown color: approx Gossip. HEX triplet: 93, EA and 62. RGB value is (147,234,98). Sum of RGB (Red+Green+Blue) = 147+234+98=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA62 is #6C159D. Grayscale: #C0C0C0. Windows color (decimal): -7083422 or 6482579. OLE color: 6482579.

HSL color Cylindrical-coordinate representation of color #93EA62: hue angle of 98.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93EA62 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB14723498-
CMYK0.3700.580.08
HSL98.38º76.4%65.1%-
HSV(B)98.38º58.12%91.76%-
XYZ43.6665.9321.98-
YUV192.4874.6895.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 234 (91.80% from 255) = 48.85%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=30.69%
G=48.85%
B=20.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147234980.3700.580.0898.3876.465.1
Hex93EA622503A8624c41
Octal2233521424507210142114101
Binary1001001111101010110001010010101110101000110001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ea62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,98); }

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

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

 a { background-color: rgb(147,234,98); }

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

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

 span { border-color: rgb(147,234,98); }

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