Shades of Feijoa #93F265
Tints of Feijoa #93F265
RGB
CMYK
RGB Variations
Color information
#93F265 (or 0x93F265) is known color: Feijoa. HEX triplet: 93, F2 and 65. RGB value is (147,242,101). Sum of RGB (Red+Green+Blue) = 147+242+101=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #93F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F265 is #6C0D9A. Grayscale: #C5C5C5. Windows color (decimal): -7081371 or 6681235. OLE color: 6681235.
HSL color Cylindrical-coordinate representation of color #93F265: hue angle of 100.43º 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 #93F265 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 101 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.05 |
| HSL | 100.43º | 0.84% | 0.67% | - |
| HSV(B) | 100.43º | 0.58% | 0.95% | - |
| XYZ | 46.13 | 70.65 | 23.52 | - |
| YUV | 197.52 | 73.53 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 101 | 0.39 | 0 | 0.58 | 0.05 | 100.43 | 0.84 | 0.67 |
| Hex | 93 | F2 | 65 | 27 | 0 | 3A | 5 | 64 | 54 | 43 |
| Octal | 223 | 362 | 145 | 47 | 0 | 72 | 5 | 144 | 124 | 103 |
| Binary | 10010011 | 11110010 | 1100101 | 100111 | 0 | 111010 | 101 | 1100100 | 1010100 | 1000011 |
Color Harmonies of #93F265
Complementary color
Monochromatic Colors of #93F265
Black with #93F265
Text Example
Text Example
White with #93F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F265; }
p { color: rgb(147,242,101); }
H1.HeaderClassName
{
color: #93F265;
}
.AnyTagClassName
{
color: #93F265;
}
</style>
background-color css
<style>
a { background-color: #93F265; }
a { background-color: rgb(147,242,101); }
div.DivClassName
{
background-color: #93F265;
}
.BgClassName
{
background-color: #93F265;
}
</style>
border-color css
<style>
span { border-color: #93F265; }
span { border-color: rgb(147,242,101); }
td.TdClassName
{
border-color: #93F265;
}
.TagClassName
{
border-color: #93F265;
}
</style>