Html Css Color HEX #93EE64 Feijoa

📋 copy color: '#93EE64'

red 147 ◦ green 238 ◦ blue 100

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

Shades of Feijoa #93EE64

Tints of Feijoa #93EE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.07%

 BLUE value IS 100 (39.45% from 255) = 20.62%

R = 30.31%
G = 49.07%
B = 20.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#93EE64 (or 0x93EE64) is known color: Feijoa. HEX triplet: 93, EE and 64. RGB value is (147,238,100). Sum of RGB (Red+Green+Blue) = 147+238+100=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #93EE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EE64 is #6C119B. Grayscale: #C3C3C3. Windows color (decimal): -7082396 or 6614675. OLE color: 6614675.

HSL color Cylindrical-coordinate representation of color #93EE64: hue angle of 99.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93EE64 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 238 100 -
CMYK 0.38 0 0.58 0.07
HSL 99.57º 0.8% 0.66% -
HSV(B) 99.57º 0.58% 0.93% -
XYZ 44.91 68.27 22.87 -
YUV 195.06 74.35 93.72 -
System Red Green Blue C M Y K H S L
Decimal 147 238 100 0.38 0 0.58 0.07 99.57 0.8 0.66
Hex 93 EE 64 26 0 3A 7 64 50 42
Octal 223 356 144 46 0 72 7 144 120 102
Binary 10010011 11101110 1100100 100110 0 111010 111 1100100 1010000 1000010

Color Harmonies of #93EE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EE64

Black with #93EE64

Text Example


Text Example

White with #93EE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,238,100); }

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

background-color css

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

 a { background-color: rgb(147,238,100); }

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

border-color css

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

 span { border-color: rgb(147,238,100); }

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