Shades of Feijoa #94F465
Tints of Feijoa #94F465
RGB
CMYK
RGB Variations
Color information
#94F465 (or 0x94F465) is known color: Feijoa. HEX triplet: 94, F4 and 65. RGB value is (148,244,101). Sum of RGB (Red+Green+Blue) = 148+244+101=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #94F465 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F465 is #6B0B9A. Grayscale: #C7C7C7. Windows color (decimal): -7015323 or 6681748. OLE color: 6681748.
HSL color Cylindrical-coordinate representation of color #94F465: hue angle of 100.28º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94F465 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 244 | 101 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.04 |
| HSL | 100.28º | 0.87% | 0.68% | - |
| HSV(B) | 100.28º | 0.59% | 0.96% | - |
| XYZ | 46.91 | 71.94 | 23.72 | - |
| YUV | 198.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 244 | 101 | 0.39 | 0 | 0.59 | 0.04 | 100.28 | 0.87 | 0.68 |
| Hex | 94 | F4 | 65 | 27 | 0 | 3B | 4 | 64 | 57 | 44 |
| Octal | 224 | 364 | 145 | 47 | 0 | 73 | 4 | 144 | 127 | 104 |
| Binary | 10010100 | 11110100 | 1100101 | 100111 | 0 | 111011 | 100 | 1100100 | 1010111 | 1000100 |
Color Harmonies of #94F465
Complementary color
Monochromatic Colors of #94F465
Black with #94F465
Text Example
Text Example
White with #94F465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F465; }
p { color: rgb(148,244,101); }
H1.HeaderClassName
{
color: #94F465;
}
.AnyTagClassName
{
color: #94F465;
}
</style>
background-color css
<style>
a { background-color: #94F465; }
a { background-color: rgb(148,244,101); }
div.DivClassName
{
background-color: #94F465;
}
.BgClassName
{
background-color: #94F465;
}
</style>
border-color css
<style>
span { border-color: #94F465; }
span { border-color: rgb(148,244,101); }
td.TdClassName
{
border-color: #94F465;
}
.TagClassName
{
border-color: #94F465;
}
</style>