Shades of Feijoa #93F56C
Tints of Feijoa #93F56C
RGB
CMYK
RGB Variations
Color information
#93F56C (or 0x93F56C) is known color: Feijoa. HEX triplet: 93, F5 and 6C. RGB value is (147,245,108). Sum of RGB (Red+Green+Blue) = 147+245+108=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #93F56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F56C is #6C0A93. Grayscale: #C8C8C8. Windows color (decimal): -7080596 or 7140755. OLE color: 7140755.
HSL color Cylindrical-coordinate representation of color #93F56C: hue angle of 102.92º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93F56C is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 108 | - |
| CMYK | 0.4 | 0 | 0.56 | 0.04 |
| HSL | 102.92º | 0.87% | 0.69% | - |
| HSV(B) | 102.92º | 0.56% | 0.96% | - |
| XYZ | 47.39 | 72.59 | 25.7 | - |
| YUV | 200.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 108 | 0.4 | 0 | 0.56 | 0.04 | 102.92 | 0.87 | 0.69 |
| Hex | 93 | F5 | 6C | 28 | 0 | 38 | 4 | 67 | 57 | 45 |
| Octal | 223 | 365 | 154 | 50 | 0 | 70 | 4 | 147 | 127 | 105 |
| Binary | 10010011 | 11110101 | 1101100 | 101000 | 0 | 111000 | 100 | 1100111 | 1010111 | 1000101 |
Color Harmonies of #93F56C
Complementary color
Monochromatic Colors of #93F56C
Black with #93F56C
Text Example
Text Example
White with #93F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F56C; }
p { color: rgb(147,245,108); }
H1.HeaderClassName
{
color: #93F56C;
}
.AnyTagClassName
{
color: #93F56C;
}
</style>
background-color css
<style>
a { background-color: #93F56C; }
a { background-color: rgb(147,245,108); }
div.DivClassName
{
background-color: #93F56C;
}
.BgClassName
{
background-color: #93F56C;
}
</style>
border-color css
<style>
span { border-color: #93F56C; }
span { border-color: rgb(147,245,108); }
td.TdClassName
{
border-color: #93F56C;
}
.TagClassName
{
border-color: #93F56C;
}
</style>