#93F867

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

Shades of Feijoa #93F867

Tints of Feijoa #93F867

Color information

#93F867 (or 0x93F867) is unknown color: approx Feijoa. HEX triplet: 93, F8 and 67. RGB value is (147,248,103). Sum of RGB (Red+Green+Blue) = 147+248+103=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #93F867 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F867 is #6C0798. Grayscale: #C9C9C9. Windows color (decimal): -7079833 or 6813843. OLE color: 6813843.

HSL color Cylindrical-coordinate representation of color #93F867: hue angle of 101.79º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93F867 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB147248103-
CMYK0.4100.580.03
HSL101.79º91.19%68.82%-
HSV(B)101.79º58.47%97.25%-
XYZ48.0574.3224.64-
YUV201.2772.5489.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 248 (97.27% from 255) = 49.80%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=29.52%
G=49.80%
B=20.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472481030.4100.580.03101.7991.1968.82
Hex93F8672903A3665b45
Octal223370147510723146133105
Binary10010011111110001100111101001011101011110011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,248,103); }

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

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

 a { background-color: rgb(147,248,103); }

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

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

 span { border-color: rgb(147,248,103); }

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