Shades of Feijoa #94F667
Tints of Feijoa #94F667
RGB
CMYK
RGB Variations
Color information
#94F667 (or 0x94F667) is known color: Feijoa. HEX triplet: 94, F6 and 67. RGB value is (148,246,103). Sum of RGB (Red+Green+Blue) = 148+246+103=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #94F667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F667 is #6B0998. Grayscale: #C8C8C8. Windows color (decimal): -7014809 or 6813332. OLE color: 6813332.
HSL color Cylindrical-coordinate representation of color #94F667: hue angle of 101.12º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94F667 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 103 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.04 |
| HSL | 101.12º | 0.89% | 0.68% | - |
| HSV(B) | 101.12º | 0.58% | 0.96% | - |
| XYZ | 47.62 | 73.19 | 24.45 | - |
| YUV | 200.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 103 | 0.40 | 0 | 0.58 | 0.04 | 101.12 | 0.89 | 0.68 |
| Hex | 94 | F6 | 67 | 28 | 0 | 3A | 4 | 65 | 59 | 44 |
| Octal | 224 | 366 | 147 | 50 | 0 | 72 | 4 | 145 | 131 | 104 |
| Binary | 10010100 | 11110110 | 1100111 | 101000 | 0 | 111010 | 100 | 1100101 | 1011001 | 1000100 |
Color Harmonies of #94F667
Complementary color
Monochromatic Colors of #94F667
Black with #94F667
Text Example
Text Example
White with #94F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F667; }
p { color: rgb(148,246,103); }
H1.HeaderClassName
{
color: #94F667;
}
.AnyTagClassName
{
color: #94F667;
}
</style>
background-color css
<style>
a { background-color: #94F667; }
a { background-color: rgb(148,246,103); }
div.DivClassName
{
background-color: #94F667;
}
.BgClassName
{
background-color: #94F667;
}
</style>
border-color css
<style>
span { border-color: #94F667; }
span { border-color: rgb(148,246,103); }
td.TdClassName
{
border-color: #94F667;
}
.TagClassName
{
border-color: #94F667;
}
</style>