Shades of Feijoa #93F666
Tints of Feijoa #93F666
RGB
CMYK
RGB Variations
Color information
#93F666 (or 0x93F666) is known color: Feijoa. HEX triplet: 93, F6 and 66. RGB value is (147,246,102). Sum of RGB (Red+Green+Blue) = 147+246+102=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #93F666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F666 is #6C0999. Grayscale: #C8C8C8. Windows color (decimal): -7080346 or 6747795. OLE color: 6747795.
HSL color Cylindrical-coordinate representation of color #93F666: hue angle of 101.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93F666 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 102 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.04 |
| HSL | 101.25º | 0.89% | 0.68% | - |
| HSV(B) | 101.25º | 0.59% | 0.96% | - |
| XYZ | 47.39 | 73.07 | 24.18 | - |
| YUV | 199.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 102 | 0.40 | 0 | 0.59 | 0.04 | 101.25 | 0.89 | 0.68 |
| Hex | 93 | F6 | 66 | 28 | 0 | 3B | 4 | 65 | 59 | 44 |
| Octal | 223 | 366 | 146 | 50 | 0 | 73 | 4 | 145 | 131 | 104 |
| Binary | 10010011 | 11110110 | 1100110 | 101000 | 0 | 111011 | 100 | 1100101 | 1011001 | 1000100 |
Color Harmonies of #93F666
Complementary color
Monochromatic Colors of #93F666
Black with #93F666
Text Example
Text Example
White with #93F666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F666; }
p { color: rgb(147,246,102); }
H1.HeaderClassName
{
color: #93F666;
}
.AnyTagClassName
{
color: #93F666;
}
</style>
background-color css
<style>
a { background-color: #93F666; }
a { background-color: rgb(147,246,102); }
div.DivClassName
{
background-color: #93F666;
}
.BgClassName
{
background-color: #93F666;
}
</style>
border-color css
<style>
span { border-color: #93F666; }
span { border-color: rgb(147,246,102); }
td.TdClassName
{
border-color: #93F666;
}
.TagClassName
{
border-color: #93F666;
}
</style>