#93F362

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

Shades of Feijoa #93F362

Tints of Feijoa #93F362

Color information

#93F362 (or 0x93F362) is unknown color: approx Feijoa. HEX triplet: 93, F3 and 62. RGB value is (147,243,98). Sum of RGB (Red+Green+Blue) = 147+243+98=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #93F362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F362 is #6C0C9D. Grayscale: #C6C6C6. Windows color (decimal): -7081118 or 6484883. OLE color: 6484883.

HSL color Cylindrical-coordinate representation of color #93F362: hue angle of 99.72º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93F362 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB14724398-
CMYK0.4000.600.05
HSL99.72º85.8%66.86%-
HSV(B)99.72º59.67%95.29%-
XYZ46.2971.1922.86-
YUV197.7771.791.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 243 (95.31% from 255) = 49.80%
BLUE value IS 98 (38.67% from 255) = 20.08%
R=30.12%
G=49.80%
B=20.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147243980.4000.600.0599.7285.866.86
Hex93F3622803C5645643
Octal223363142500745144126103
Binary100100111111001111000101010000111100101110010010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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