#94FC63

Color #94FC63 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #94FC63

Tints of Feijoa #94FC63

Color information

#94FC63 (or 0x94FC63) is unknown color: approx Feijoa. HEX triplet: 94, FC and 63. RGB value is (148,252,99). Sum of RGB (Red+Green+Blue) = 148+252+99=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FC63 is #6B039C. Grayscale: #CBCBCB. Windows color (decimal): -7013277 or 6552724. OLE color: 6552724.

HSL color Cylindrical-coordinate representation of color #94FC63: hue angle of 100.78º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94FC63 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB14825299-
CMYK0.4100.610.01
HSL100.78º96.23%68.82%-
HSV(B)100.78º60.71%98.82%-
XYZ49.2876.8224.03-
YUV203.4669.0488.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 252 (98.83% from 255) = 50.50%
BLUE value IS 99 (39.06% from 255) = 19.84%
R=29.66%
G=50.50%
B=19.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal148252990.4100.610.01100.7896.2368.82
Hex94FC632903D1656045
Octal224374143510751145140105
Binary1001010011111100110001110100101111011110010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,99); }

 H1.HeaderClassName
 {
   color: #94FC63;
 }
 .AnyTagClassName
 {
   color: #94FC63;
 }
</style>
background-color css

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

 a { background-color: rgb(148,252,99); }

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

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

 span { border-color: rgb(148,252,99); }

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