Shades of Feijoa #96F067
Tints of Feijoa #96F067
RGB
CMYK
RGB Variations
Color information
#96F067 (or 0x96F067) is known color: Feijoa. HEX triplet: 96, F0 and 67. RGB value is (150,240,103). Sum of RGB (Red+Green+Blue) = 150+240+103=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #96F067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F067 is #690F98. Grayscale: #C5C5C5. Windows color (decimal): -6885273 or 6811798. OLE color: 6811798.
HSL color Cylindrical-coordinate representation of color #96F067: hue angle of 99.42º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96F067 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 103 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.06 |
| HSL | 99.42º | 0.82% | 0.67% | - |
| HSV(B) | 99.42º | 0.57% | 0.94% | - |
| XYZ | 46.19 | 69.78 | 23.87 | - |
| YUV | 197.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 103 | 0.37 | 0 | 0.57 | 0.06 | 99.42 | 0.82 | 0.67 |
| Hex | 96 | F0 | 67 | 25 | 0 | 39 | 6 | 63 | 52 | 43 |
| Octal | 226 | 360 | 147 | 45 | 0 | 71 | 6 | 143 | 122 | 103 |
| Binary | 10010110 | 11110000 | 1100111 | 100101 | 0 | 111001 | 110 | 1100011 | 1010010 | 1000011 |
Color Harmonies of #96F067
Complementary color
Monochromatic Colors of #96F067
Black with #96F067
Text Example
Text Example
White with #96F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F067; }
p { color: rgb(150,240,103); }
H1.HeaderClassName
{
color: #96F067;
}
.AnyTagClassName
{
color: #96F067;
}
</style>
background-color css
<style>
a { background-color: #96F067; }
a { background-color: rgb(150,240,103); }
div.DivClassName
{
background-color: #96F067;
}
.BgClassName
{
background-color: #96F067;
}
</style>
border-color css
<style>
span { border-color: #96F067; }
span { border-color: rgb(150,240,103); }
td.TdClassName
{
border-color: #96F067;
}
.TagClassName
{
border-color: #96F067;
}
</style>