Shades of Feijoa #92F363
Tints of Feijoa #92F363
RGB
CMYK
RGB Variations
Color information
#92F363 (or 0x92F363) is known color: Feijoa. HEX triplet: 92, F3 and 63. RGB value is (146,243,99). Sum of RGB (Red+Green+Blue) = 146+243+99=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #92F363 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F363 is #6D0C9C. Grayscale: #C6C6C6. Windows color (decimal): -7146653 or 6550418. OLE color: 6550418.
HSL color Cylindrical-coordinate representation of color #92F363: hue angle of 100.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92F363 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 243 | 99 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.05 |
| HSL | 100.42º | 0.86% | 0.67% | - |
| HSV(B) | 100.42º | 0.59% | 0.95% | - |
| XYZ | 46.16 | 71.11 | 23.1 | - |
| YUV | 197.58 | 72.36 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 243 | 99 | 0.40 | 0 | 0.59 | 0.05 | 100.42 | 0.86 | 0.67 |
| Hex | 92 | F3 | 63 | 28 | 0 | 3B | 5 | 64 | 56 | 43 |
| Octal | 222 | 363 | 143 | 50 | 0 | 73 | 5 | 144 | 126 | 103 |
| Binary | 10010010 | 11110011 | 1100011 | 101000 | 0 | 111011 | 101 | 1100100 | 1010110 | 1000011 |
Color Harmonies of #92F363
Complementary color
Monochromatic Colors of #92F363
Black with #92F363
Text Example
Text Example
White with #92F363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F363; }
p { color: rgb(146,243,99); }
H1.HeaderClassName
{
color: #92F363;
}
.AnyTagClassName
{
color: #92F363;
}
</style>
background-color css
<style>
a { background-color: #92F363; }
a { background-color: rgb(146,243,99); }
div.DivClassName
{
background-color: #92F363;
}
.BgClassName
{
background-color: #92F363;
}
</style>
border-color css
<style>
span { border-color: #92F363; }
span { border-color: rgb(146,243,99); }
td.TdClassName
{
border-color: #92F363;
}
.TagClassName
{
border-color: #92F363;
}
</style>