Shades of Feijoa #94F262
Tints of Feijoa #94F262
RGB
CMYK
RGB Variations
Color information
#94F262 (or 0x94F262) is known color: Feijoa. HEX triplet: 94, F2 and 62. RGB value is (148,242,98). Sum of RGB (Red+Green+Blue) = 148+242+98=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #94F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F262 is #6B0D9D. Grayscale: #C5C5C5. Windows color (decimal): -7015838 or 6484628. OLE color: 6484628.
HSL color Cylindrical-coordinate representation of color #94F262: hue angle of 99.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94F262 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 98 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.05 |
| HSL | 99.17º | 0.85% | 0.67% | - |
| HSV(B) | 99.17º | 0.6% | 0.95% | - |
| XYZ | 46.17 | 70.68 | 22.76 | - |
| YUV | 197.48 | 71.86 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 98 | 0.39 | 0 | 0.60 | 0.05 | 99.17 | 0.85 | 0.67 |
| Hex | 94 | F2 | 62 | 27 | 0 | 3C | 5 | 63 | 55 | 43 |
| Octal | 224 | 362 | 142 | 47 | 0 | 74 | 5 | 143 | 125 | 103 |
| Binary | 10010100 | 11110010 | 1100010 | 100111 | 0 | 111100 | 101 | 1100011 | 1010101 | 1000011 |
Color Harmonies of #94F262
Complementary color
Monochromatic Colors of #94F262
Black with #94F262
Text Example
Text Example
White with #94F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F262; }
p { color: rgb(148,242,98); }
H1.HeaderClassName
{
color: #94F262;
}
.AnyTagClassName
{
color: #94F262;
}
</style>
background-color css
<style>
a { background-color: #94F262; }
a { background-color: rgb(148,242,98); }
div.DivClassName
{
background-color: #94F262;
}
.BgClassName
{
background-color: #94F262;
}
</style>
border-color css
<style>
span { border-color: #94F262; }
span { border-color: rgb(148,242,98); }
td.TdClassName
{
border-color: #94F262;
}
.TagClassName
{
border-color: #94F262;
}
</style>