Shades of Feijoa #96F063
Tints of Feijoa #96F063
RGB
CMYK
RGB Variations
Color information
#96F063 (or 0x96F063) is known color: Feijoa. HEX triplet: 96, F0 and 63. RGB value is (150,240,99). Sum of RGB (Red+Green+Blue) = 150+240+99=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #96F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F063 is #690F9C. Grayscale: #C5C5C5. Windows color (decimal): -6885277 or 6549654. OLE color: 6549654.
HSL color Cylindrical-coordinate representation of color #96F063: hue angle of 98.3º 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 #96F063 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 99 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.06 |
| HSL | 98.3º | 0.82% | 0.66% | - |
| HSV(B) | 98.3º | 0.59% | 0.94% | - |
| XYZ | 45.99 | 69.71 | 22.83 | - |
| YUV | 197.02 | 72.68 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 99 | 0.37 | 0 | 0.59 | 0.06 | 98.3 | 0.82 | 0.66 |
| Hex | 96 | F0 | 63 | 25 | 0 | 3B | 6 | 62 | 52 | 42 |
| Octal | 226 | 360 | 143 | 45 | 0 | 73 | 6 | 142 | 122 | 102 |
| Binary | 10010110 | 11110000 | 1100011 | 100101 | 0 | 111011 | 110 | 1100010 | 1010010 | 1000010 |
Color Harmonies of #96F063
Complementary color
Monochromatic Colors of #96F063
Black with #96F063
Text Example
Text Example
White with #96F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F063; }
p { color: rgb(150,240,99); }
H1.HeaderClassName
{
color: #96F063;
}
.AnyTagClassName
{
color: #96F063;
}
</style>
background-color css
<style>
a { background-color: #96F063; }
a { background-color: rgb(150,240,99); }
div.DivClassName
{
background-color: #96F063;
}
.BgClassName
{
background-color: #96F063;
}
</style>
border-color css
<style>
span { border-color: #96F063; }
span { border-color: rgb(150,240,99); }
td.TdClassName
{
border-color: #96F063;
}
.TagClassName
{
border-color: #96F063;
}
</style>