Html Css Color HEX #94EC64 Feijoa

📋 copy color: '#94EC64'

red 148 ◦ green 236 ◦ blue 100

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

Shades of Feijoa #94EC64

Tints of Feijoa #94EC64

RGB

 RED value IS 148 (58.2% from 255) = 30.58%

 GREEN value IS 236 (92.58% from 255) = 48.76%

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

R = 30.58%
G = 48.76%
B = 20.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#94EC64 (or 0x94EC64) is known color: Feijoa. HEX triplet: 94, EC and 64. RGB value is (148,236,100). Sum of RGB (Red+Green+Blue) = 148+236+100=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC64 is #6B139B. Grayscale: #C2C2C2. Windows color (decimal): -7017372 or 6614164. OLE color: 6614164.

HSL color Cylindrical-coordinate representation of color #94EC64: hue angle of 98.82º degrees, saturation: 0.78, 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 #94EC64 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 100 -
CMYK 0.37 0 0.58 0.07
HSL 98.82º 0.78% 0.66% -
HSV(B) 98.82º 0.58% 0.93% -
XYZ 44.51 67.21 22.68 -
YUV 194.18 74.85 95.06 -
System Red Green Blue C M Y K H S L
Decimal 148 236 100 0.37 0 0.58 0.07 98.82 0.78 0.66
Hex 94 EC 64 25 0 3A 7 63 4E 42
Octal 224 354 144 45 0 72 7 143 116 102
Binary 10010100 11101100 1100100 100101 0 111010 111 1100011 1001110 1000010

Color Harmonies of #94EC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC64

Black with #94EC64

Text Example


Text Example

White with #94EC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94EC64; }

 p { color: rgb(148,236,100); }

 H1.HeaderClassName
 {
   color: #94EC64;
 }
 .AnyTagClassName
 {
   color: #94EC64;
 }
</style>

background-color css

<style>
 a { background-color: #94EC64; }

 a { background-color: rgb(148,236,100); }

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

border-color css

<style>
 span { border-color: #94EC64; }

 span { border-color: rgb(148,236,100); }

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