#93FA66

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

Shades of Feijoa #93FA66

Tints of Feijoa #93FA66

Color information

#93FA66 (or 0x93FA66) is unknown color: approx Feijoa. HEX triplet: 93, FA and 66. RGB value is (147,250,102). Sum of RGB (Red+Green+Blue) = 147+250+102=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FA66 is #6C0599. Grayscale: #CACACA. Windows color (decimal): -7079322 or 6748819. OLE color: 6748819.

HSL color Cylindrical-coordinate representation of color #93FA66: hue angle of 101.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93FA66 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB147250102-
CMYK0.4100.590.02
HSL101.76º93.67%69.02%-
HSV(B)101.76º59.2%98.04%-
XYZ48.6275.5324.59-
YUV202.3371.3888.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 102 (40.23% from 255) = 20.44%
R=29.46%
G=50.10%
B=20.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501020.4100.590.02101.7693.6769.02
Hex93FA662903B2665e45
Octal223372146510732146136105
Binary10010011111110101100110101001011101110110011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,250,102); }

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

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

 a { background-color: rgb(147,250,102); }

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

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

 span { border-color: rgb(147,250,102); }

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