Shades of Feijoa #94FA65
Tints of Feijoa #94FA65
RGB
CMYK
RGB Variations
Color information
#94FA65 (or 0x94FA65) is known color: Feijoa. HEX triplet: 94, FA and 65. RGB value is (148,250,101). Sum of RGB (Red+Green+Blue) = 148+250+101=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FA65 is #6B059A. Grayscale: #CBCBCB. Windows color (decimal): -7013787 or 6683284. OLE color: 6683284.
HSL color Cylindrical-coordinate representation of color #94FA65: hue angle of 101.07º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94FA65 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 101 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.02 |
| HSL | 101.07º | 0.94% | 0.69% | - |
| HSV(B) | 101.07º | 0.6% | 0.98% | - |
| XYZ | 48.75 | 75.61 | 24.34 | - |
| YUV | 202.52 | 70.71 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 101 | 0.41 | 0 | 0.60 | 0.02 | 101.07 | 0.94 | 0.69 |
| Hex | 94 | FA | 65 | 29 | 0 | 3C | 2 | 65 | 5E | 45 |
| Octal | 224 | 372 | 145 | 51 | 0 | 74 | 2 | 145 | 136 | 105 |
| Binary | 10010100 | 11111010 | 1100101 | 101001 | 0 | 111100 | 10 | 1100101 | 1011110 | 1000101 |
Color Harmonies of #94FA65
Complementary color
Monochromatic Colors of #94FA65
Black with #94FA65
Text Example
Text Example
White with #94FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA65; }
p { color: rgb(148,250,101); }
H1.HeaderClassName
{
color: #94FA65;
}
.AnyTagClassName
{
color: #94FA65;
}
</style>
background-color css
<style>
a { background-color: #94FA65; }
a { background-color: rgb(148,250,101); }
div.DivClassName
{
background-color: #94FA65;
}
.BgClassName
{
background-color: #94FA65;
}
</style>
border-color css
<style>
span { border-color: #94FA65; }
span { border-color: rgb(148,250,101); }
td.TdClassName
{
border-color: #94FA65;
}
.TagClassName
{
border-color: #94FA65;
}
</style>