Shades of Feijoa #94F665
Tints of Feijoa #94F665
RGB
CMYK
RGB Variations
Color information
#94F665 (or 0x94F665) is known color: Feijoa. HEX triplet: 94, F6 and 65. RGB value is (148,246,101). Sum of RGB (Red+Green+Blue) = 148+246+101=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #94F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F665 is #6B099A. Grayscale: #C8C8C8. Windows color (decimal): -7014811 or 6682260. OLE color: 6682260.
HSL color Cylindrical-coordinate representation of color #94F665: hue angle of 100.55º degrees, saturation: 0.89, 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 #94F665 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 101 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.04 |
| HSL | 100.55º | 0.89% | 0.68% | - |
| HSV(B) | 100.55º | 0.59% | 0.96% | - |
| XYZ | 47.52 | 73.15 | 23.93 | - |
| YUV | 200.17 | 72.03 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 101 | 0.40 | 0 | 0.59 | 0.04 | 100.55 | 0.89 | 0.68 |
| Hex | 94 | F6 | 65 | 28 | 0 | 3B | 4 | 65 | 59 | 44 |
| Octal | 224 | 366 | 145 | 50 | 0 | 73 | 4 | 145 | 131 | 104 |
| Binary | 10010100 | 11110110 | 1100101 | 101000 | 0 | 111011 | 100 | 1100101 | 1011001 | 1000100 |
Color Harmonies of #94F665
Complementary color
Monochromatic Colors of #94F665
Black with #94F665
Text Example
Text Example
White with #94F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F665; }
p { color: rgb(148,246,101); }
H1.HeaderClassName
{
color: #94F665;
}
.AnyTagClassName
{
color: #94F665;
}
</style>
background-color css
<style>
a { background-color: #94F665; }
a { background-color: rgb(148,246,101); }
div.DivClassName
{
background-color: #94F665;
}
.BgClassName
{
background-color: #94F665;
}
</style>
border-color css
<style>
span { border-color: #94F665; }
span { border-color: rgb(148,246,101); }
td.TdClassName
{
border-color: #94F665;
}
.TagClassName
{
border-color: #94F665;
}
</style>