Html Css Color HEX #94EC62 Feijoa

📋 copy color: '#94EC62'

red 148 ◦ green 236 ◦ blue 98

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

Shades of Feijoa #94EC62

Tints of Feijoa #94EC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 30.71%
G = 48.96%
B = 20.33%

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

#94EC62 (or 0x94EC62) is known color: Feijoa. HEX triplet: 94, EC and 62. RGB value is (148,236,98). Sum of RGB (Red+Green+Blue) = 148+236+98=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC62 is #6B139D. Grayscale: #C2C2C2. Windows color (decimal): -7017374 or 6483092. OLE color: 6483092.

HSL color Cylindrical-coordinate representation of color #94EC62: hue angle of 98.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94EC62 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 98 -
CMYK 0.37 0 0.58 0.07
HSL 98.26º 0.78% 0.65% -
HSV(B) 98.26º 0.58% 0.93% -
XYZ 44.41 67.17 22.18 -
YUV 193.96 73.85 95.22 -
System Red Green Blue C M Y K H S L
Decimal 148 236 98 0.37 0 0.58 0.07 98.26 0.78 0.65
Hex 94 EC 62 25 0 3A 7 62 4E 41
Octal 224 354 142 45 0 72 7 142 116 101
Binary 10010100 11101100 1100010 100101 0 111010 111 1100010 1001110 1000001

Color Harmonies of #94EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC62

Black with #94EC62

Text Example


Text Example

White with #94EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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