Shades of Feijoa #94F065
Tints of Feijoa #94F065
RGB
CMYK
RGB Variations
Color information
#94F065 (or 0x94F065) is known color: Feijoa. HEX triplet: 94, F0 and 65. RGB value is (148,240,101). Sum of RGB (Red+Green+Blue) = 148+240+101=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #94F065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F065 is #6B0F9A. Grayscale: #C5C5C5. Windows color (decimal): -7016347 or 6680724. OLE color: 6680724.
HSL color Cylindrical-coordinate representation of color #94F065: hue angle of 99.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94F065 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 101 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.06 |
| HSL | 99.71º | 0.82% | 0.67% | - |
| HSV(B) | 99.71º | 0.58% | 0.94% | - |
| XYZ | 45.72 | 69.56 | 23.33 | - |
| YUV | 196.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 101 | 0.38 | 0 | 0.58 | 0.06 | 99.71 | 0.82 | 0.67 |
| Hex | 94 | F0 | 65 | 26 | 0 | 3A | 6 | 64 | 52 | 43 |
| Octal | 224 | 360 | 145 | 46 | 0 | 72 | 6 | 144 | 122 | 103 |
| Binary | 10010100 | 11110000 | 1100101 | 100110 | 0 | 111010 | 110 | 1100100 | 1010010 | 1000011 |
Color Harmonies of #94F065
Complementary color
Monochromatic Colors of #94F065
Black with #94F065
Text Example
Text Example
White with #94F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F065; }
p { color: rgb(148,240,101); }
H1.HeaderClassName
{
color: #94F065;
}
.AnyTagClassName
{
color: #94F065;
}
</style>
background-color css
<style>
a { background-color: #94F065; }
a { background-color: rgb(148,240,101); }
div.DivClassName
{
background-color: #94F065;
}
.BgClassName
{
background-color: #94F065;
}
</style>
border-color css
<style>
span { border-color: #94F065; }
span { border-color: rgb(148,240,101); }
td.TdClassName
{
border-color: #94F065;
}
.TagClassName
{
border-color: #94F065;
}
</style>