Shades of Feijoa #93F268
Tints of Feijoa #93F268
RGB
CMYK
RGB Variations
Color information
#93F268 (or 0x93F268) is known color: Feijoa. HEX triplet: 93, F2 and 68. RGB value is (147,242,104). Sum of RGB (Red+Green+Blue) = 147+242+104=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #93F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F268 is #6C0D97. Grayscale: #C6C6C6. Windows color (decimal): -7081368 or 6877843. OLE color: 6877843.
HSL color Cylindrical-coordinate representation of color #93F268: hue angle of 101.3º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93F268 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 104 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.05 |
| HSL | 101.3º | 0.84% | 0.68% | - |
| HSV(B) | 101.3º | 0.57% | 0.95% | - |
| XYZ | 46.28 | 70.71 | 24.31 | - |
| YUV | 197.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 104 | 0.39 | 0 | 0.57 | 0.05 | 101.3 | 0.84 | 0.68 |
| Hex | 93 | F2 | 68 | 27 | 0 | 39 | 5 | 65 | 54 | 44 |
| Octal | 223 | 362 | 150 | 47 | 0 | 71 | 5 | 145 | 124 | 104 |
| Binary | 10010011 | 11110010 | 1101000 | 100111 | 0 | 111001 | 101 | 1100101 | 1010100 | 1000100 |
Color Harmonies of #93F268
Complementary color
Monochromatic Colors of #93F268
Black with #93F268
Text Example
Text Example
White with #93F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F268; }
p { color: rgb(147,242,104); }
H1.HeaderClassName
{
color: #93F268;
}
.AnyTagClassName
{
color: #93F268;
}
</style>
background-color css
<style>
a { background-color: #93F268; }
a { background-color: rgb(147,242,104); }
div.DivClassName
{
background-color: #93F268;
}
.BgClassName
{
background-color: #93F268;
}
</style>
border-color css
<style>
span { border-color: #93F268; }
span { border-color: rgb(147,242,104); }
td.TdClassName
{
border-color: #93F268;
}
.TagClassName
{
border-color: #93F268;
}
</style>