#93F368

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

Shades of Feijoa #93F368

Tints of Feijoa #93F368

Color information

#93F368 (or 0x93F368) is unknown color: approx Feijoa. HEX triplet: 93, F3 and 68. RGB value is (147,243,104). Sum of RGB (Red+Green+Blue) = 147+243+104=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #93F368 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F368 is #6C0C97. Grayscale: #C6C6C6. Windows color (decimal): -7081112 or 6878099. OLE color: 6878099.

HSL color Cylindrical-coordinate representation of color #93F368: hue angle of 101.44º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93F368 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB147243104-
CMYK0.4000.570.05
HSL101.44º85.28%68.04%-
HSV(B)101.44º57.2%95.29%-
XYZ46.5871.324.4-
YUV198.4574.791.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 243 (95.31% from 255) = 49.19%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=29.76%
G=49.19%
B=21.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472431040.4000.570.05101.4485.2868.04
Hex93F368280395655544
Octal223363150500715145125104
Binary100100111111001111010001010000111001101110010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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