Shades of Feijoa #93F963
Tints of Feijoa #93F963
RGB
CMYK
RGB Variations
Color information
#93F963 (or 0x93F963) is known color: Feijoa. HEX triplet: 93, F9 and 63. RGB value is (147,249,99). Sum of RGB (Red+Green+Blue) = 147+249+99=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #93F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F963 is #6C069C. Grayscale: #C9C9C9. Windows color (decimal): -7079581 or 6551955. OLE color: 6551955.
HSL color Cylindrical-coordinate representation of color #93F963: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93F963 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 249 | 99 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.02 |
| HSL | 100.8º | 0.93% | 0.68% | - |
| HSV(B) | 100.8º | 0.6% | 0.98% | - |
| XYZ | 48.16 | 74.86 | 23.71 | - |
| YUV | 201.4 | 70.21 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 249 | 99 | 0.41 | 0 | 0.60 | 0.02 | 100.8 | 0.93 | 0.68 |
| Hex | 93 | F9 | 63 | 29 | 0 | 3C | 2 | 65 | 5D | 44 |
| Octal | 223 | 371 | 143 | 51 | 0 | 74 | 2 | 145 | 135 | 104 |
| Binary | 10010011 | 11111001 | 1100011 | 101001 | 0 | 111100 | 10 | 1100101 | 1011101 | 1000100 |
Color Harmonies of #93F963
Complementary color
Monochromatic Colors of #93F963
Black with #93F963
Text Example
Text Example
White with #93F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F963; }
p { color: rgb(147,249,99); }
H1.HeaderClassName
{
color: #93F963;
}
.AnyTagClassName
{
color: #93F963;
}
</style>
background-color css
<style>
a { background-color: #93F963; }
a { background-color: rgb(147,249,99); }
div.DivClassName
{
background-color: #93F963;
}
.BgClassName
{
background-color: #93F963;
}
</style>
border-color css
<style>
span { border-color: #93F963; }
span { border-color: rgb(147,249,99); }
td.TdClassName
{
border-color: #93F963;
}
.TagClassName
{
border-color: #93F963;
}
</style>