#93F764

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

Shades of Feijoa #93F764

Tints of Feijoa #93F764

Color information

#93F764 (or 0x93F764) is unknown color: approx Feijoa. HEX triplet: 93, F7 and 64. RGB value is (147,247,100). Sum of RGB (Red+Green+Blue) = 147+247+100=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #93F764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F764 is #6C089B. Grayscale: #C8C8C8. Windows color (decimal): -7080092 or 6616979. OLE color: 6616979.

HSL color Cylindrical-coordinate representation of color #93F764: hue angle of 100.82º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93F764 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB147247100-
CMYK0.4000.600.03
HSL100.82º90.18%68.04%-
HSV(B)100.82º59.51%96.86%-
XYZ47.5973.6423.76-
YUV200.3471.3789.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 20.24%
R=29.76%
G=50%
B=20.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472471000.4000.600.03100.8290.1868.04
Hex93F7642803C3655a44
Octal223367144500743145132104
Binary10010011111101111100100101000011110011110010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,100); }

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

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

 a { background-color: rgb(147,247,100); }

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

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

 span { border-color: rgb(147,247,100); }

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