Shades of Feijoa #93F266
Tints of Feijoa #93F266
RGB
CMYK
RGB Variations
Color information
#93F266 (or 0x93F266) is known color: Feijoa. HEX triplet: 93, F2 and 66. RGB value is (147,242,102). Sum of RGB (Red+Green+Blue) = 147+242+102=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #93F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F266 is #6C0D99. Grayscale: #C6C6C6. Windows color (decimal): -7081370 or 6746771. OLE color: 6746771.
HSL color Cylindrical-coordinate representation of color #93F266: hue angle of 100.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93F266 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 102 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.05 |
| HSL | 100.71º | 0.84% | 0.67% | - |
| HSV(B) | 100.71º | 0.58% | 0.95% | - |
| XYZ | 46.18 | 70.67 | 23.78 | - |
| YUV | 197.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 102 | 0.39 | 0 | 0.58 | 0.05 | 100.71 | 0.84 | 0.67 |
| Hex | 93 | F2 | 66 | 27 | 0 | 3A | 5 | 65 | 54 | 43 |
| Octal | 223 | 362 | 146 | 47 | 0 | 72 | 5 | 145 | 124 | 103 |
| Binary | 10010011 | 11110010 | 1100110 | 100111 | 0 | 111010 | 101 | 1100101 | 1010100 | 1000011 |
Color Harmonies of #93F266
Complementary color
Monochromatic Colors of #93F266
Black with #93F266
Text Example
Text Example
White with #93F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F266; }
p { color: rgb(147,242,102); }
H1.HeaderClassName
{
color: #93F266;
}
.AnyTagClassName
{
color: #93F266;
}
</style>
background-color css
<style>
a { background-color: #93F266; }
a { background-color: rgb(147,242,102); }
div.DivClassName
{
background-color: #93F266;
}
.BgClassName
{
background-color: #93F266;
}
</style>
border-color css
<style>
span { border-color: #93F266; }
span { border-color: rgb(147,242,102); }
td.TdClassName
{
border-color: #93F266;
}
.TagClassName
{
border-color: #93F266;
}
</style>