Html Css Color HEX #93FA63 Feijoa

📋 copy color: '#93FA63'

red 147 ◦ green 250 ◦ blue 99

#93FA63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #93FA63

Tints of Feijoa #93FA63

RGB

 RED value IS 147 (57.81% from 255) = 29.64%

 GREEN value IS 250 (98.05% from 255) = 50.4%

 BLUE value IS 99 (39.06% from 255) = 19.96%

R = 29.64%
G = 50.4%
B = 19.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#93FA63 (or 0x93FA63) is known color: Feijoa. HEX triplet: 93, FA and 63. RGB value is (147,250,99). Sum of RGB (Red+Green+Blue) = 147+250+99=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FA63 is #6C059C. Grayscale: #CACACA. Windows color (decimal): -7079325 or 6552211. OLE color: 6552211.

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

Color convert

RGB 147 250 99 -
CMYK 0.41 0 0.60 0.02
HSL 100.93º 0.94% 0.68% -
HSV(B) 100.93º 0.6% 0.98% -
XYZ 48.47 75.48 23.82 -
YUV 201.99 69.88 88.78 -
System Red Green Blue C M Y K H S L
Decimal 147 250 99 0.41 0 0.60 0.02 100.93 0.94 0.68
Hex 93 FA 63 29 0 3C 2 65 5E 44
Octal 223 372 143 51 0 74 2 145 136 104
Binary 10010011 11111010 1100011 101001 0 111100 10 1100101 1011110 1000100

Color Harmonies of #93FA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FA63

Black with #93FA63

Text Example


Text Example

White with #93FA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93FA63;
 }
 .AnyTagClassName
 {
   color: #93FA63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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