Html Css Color HEX #93F863 Feijoa

📋 copy color: '#93F863'

red 147 ◦ green 248 ◦ blue 99

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

Shades of Feijoa #93F863

Tints of Feijoa #93F863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.2%

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

R = 29.76%
G = 50.2%
B = 20.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#93F863 (or 0x93F863) is known color: Feijoa. HEX triplet: 93, F8 and 63. RGB value is (147,248,99). Sum of RGB (Red+Green+Blue) = 147+248+99=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #93F863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F863 is #6C079C. Grayscale: #C9C9C9. Windows color (decimal): -7079837 or 6551699. OLE color: 6551699.

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

Color convert

RGB 147 248 99 -
CMYK 0.41 0 0.60 0.03
HSL 100.67º 0.91% 0.68% -
HSV(B) 100.67º 0.6% 0.97% -
XYZ 47.85 74.24 23.61 -
YUV 200.82 70.54 89.62 -
System Red Green Blue C M Y K H S L
Decimal 147 248 99 0.41 0 0.60 0.03 100.67 0.91 0.68
Hex 93 F8 63 29 0 3C 3 65 5B 44
Octal 223 370 143 51 0 74 3 145 133 104
Binary 10010011 11111000 1100011 101001 0 111100 11 1100101 1011011 1000100

Color Harmonies of #93F863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F863

Black with #93F863

Text Example


Text Example

White with #93F863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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