Shades of Feijoa #93F262
Tints of Feijoa #93F262
RGB
CMYK
RGB Variations
Color information
#93F262 (or 0x93F262) is known color: Feijoa. HEX triplet: 93, F2 and 62. RGB value is (147,242,98). Sum of RGB (Red+Green+Blue) = 147+242+98=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #93F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F262 is #6C0D9D. Grayscale: #C5C5C5. Windows color (decimal): -7081374 or 6484627. OLE color: 6484627.
HSL color Cylindrical-coordinate representation of color #93F262: hue angle of 99.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93F262 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 98 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.05 |
| HSL | 99.58º | 0.85% | 0.67% | - |
| HSV(B) | 99.58º | 0.6% | 0.95% | - |
| XYZ | 45.99 | 70.59 | 22.76 | - |
| YUV | 197.18 | 72.03 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 98 | 0.39 | 0 | 0.60 | 0.05 | 99.58 | 0.85 | 0.67 |
| Hex | 93 | F2 | 62 | 27 | 0 | 3C | 5 | 64 | 55 | 43 |
| Octal | 223 | 362 | 142 | 47 | 0 | 74 | 5 | 144 | 125 | 103 |
| Binary | 10010011 | 11110010 | 1100010 | 100111 | 0 | 111100 | 101 | 1100100 | 1010101 | 1000011 |
Color Harmonies of #93F262
Complementary color
Monochromatic Colors of #93F262
Black with #93F262
Text Example
Text Example
White with #93F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F262; }
p { color: rgb(147,242,98); }
H1.HeaderClassName
{
color: #93F262;
}
.AnyTagClassName
{
color: #93F262;
}
</style>
background-color css
<style>
a { background-color: #93F262; }
a { background-color: rgb(147,242,98); }
div.DivClassName
{
background-color: #93F262;
}
.BgClassName
{
background-color: #93F262;
}
</style>
border-color css
<style>
span { border-color: #93F262; }
span { border-color: rgb(147,242,98); }
td.TdClassName
{
border-color: #93F262;
}
.TagClassName
{
border-color: #93F262;
}
</style>