#93E474

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

Shades of Gossip #93E474

Tints of Gossip #93E474

Color information

#93E474 (or 0x93E474) is unknown color: approx Gossip. HEX triplet: 93, E4 and 74. RGB value is (147,228,116). Sum of RGB (Red+Green+Blue) = 147+228+116=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #93E474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E474 is #6C1B8B. Grayscale: #BFBFBF. Windows color (decimal): -7084940 or 7660691. OLE color: 7660691.

HSL color Cylindrical-coordinate representation of color #93E474: hue angle of 103.39º 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 #93E474 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB147228116-
CMYK0.3600.490.11
HSL103.39º67.47%67.45%-
HSV(B)103.39º49.12%89.41%-
XYZ42.9362.9526.41-
YUV191.0185.6696.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=29.94%
G=46.44%
B=23.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472281160.3600.490.11103.3967.4767.45
Hex93E47424031B674343
Octal2233441644406113147103103
Binary1001001111100100111010010010001100011011110011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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