Shades of Feijoa #92F063
Tints of Feijoa #92F063
RGB
CMYK
RGB Variations
Color information
#92F063 (or 0x92F063) is known color: Feijoa. HEX triplet: 92, F0 and 63. RGB value is (146,240,99). Sum of RGB (Red+Green+Blue) = 146+240+99=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #92F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F063 is #6D0F9C. Grayscale: #C4C4C4. Windows color (decimal): -7147421 or 6549650. OLE color: 6549650.
HSL color Cylindrical-coordinate representation of color #92F063: hue angle of 100º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #92F063 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 99 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.06 |
| HSL | 100º | 0.82% | 0.66% | - |
| HSV(B) | 100º | 0.59% | 0.94% | - |
| XYZ | 45.27 | 69.33 | 22.8 | - |
| YUV | 195.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 99 | 0.39 | 0 | 0.59 | 0.06 | 100 | 0.82 | 0.66 |
| Hex | 92 | F0 | 63 | 27 | 0 | 3B | 6 | 64 | 52 | 42 |
| Octal | 222 | 360 | 143 | 47 | 0 | 73 | 6 | 144 | 122 | 102 |
| Binary | 10010010 | 11110000 | 1100011 | 100111 | 0 | 111011 | 110 | 1100100 | 1010010 | 1000010 |
Color Harmonies of #92F063
Complementary color
Monochromatic Colors of #92F063
Black with #92F063
Text Example
Text Example
White with #92F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F063; }
p { color: rgb(146,240,99); }
H1.HeaderClassName
{
color: #92F063;
}
.AnyTagClassName
{
color: #92F063;
}
</style>
background-color css
<style>
a { background-color: #92F063; }
a { background-color: rgb(146,240,99); }
div.DivClassName
{
background-color: #92F063;
}
.BgClassName
{
background-color: #92F063;
}
</style>
border-color css
<style>
span { border-color: #92F063; }
span { border-color: rgb(146,240,99); }
td.TdClassName
{
border-color: #92F063;
}
.TagClassName
{
border-color: #92F063;
}
</style>