Shades of Feijoa #96F667
Tints of Feijoa #96F667
RGB
CMYK
RGB Variations
Color information
#96F667 (or 0x96F667) is known color: Feijoa. HEX triplet: 96, F6 and 67. RGB value is (150,246,103). Sum of RGB (Red+Green+Blue) = 150+246+103=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #96F667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F667 is #690998. Grayscale: #C9C9C9. Windows color (decimal): -6883737 or 6813334. OLE color: 6813334.
HSL color Cylindrical-coordinate representation of color #96F667: hue angle of 100.28º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96F667 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 103 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.04 |
| HSL | 100.28º | 0.89% | 0.68% | - |
| HSV(B) | 100.28º | 0.58% | 0.96% | - |
| XYZ | 47.98 | 73.37 | 24.47 | - |
| YUV | 200.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 103 | 0.39 | 0 | 0.58 | 0.04 | 100.28 | 0.89 | 0.68 |
| Hex | 96 | F6 | 67 | 27 | 0 | 3A | 4 | 64 | 59 | 44 |
| Octal | 226 | 366 | 147 | 47 | 0 | 72 | 4 | 144 | 131 | 104 |
| Binary | 10010110 | 11110110 | 1100111 | 100111 | 0 | 111010 | 100 | 1100100 | 1011001 | 1000100 |
Color Harmonies of #96F667
Complementary color
Monochromatic Colors of #96F667
Black with #96F667
Text Example
Text Example
White with #96F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F667; }
p { color: rgb(150,246,103); }
H1.HeaderClassName
{
color: #96F667;
}
.AnyTagClassName
{
color: #96F667;
}
</style>
background-color css
<style>
a { background-color: #96F667; }
a { background-color: rgb(150,246,103); }
div.DivClassName
{
background-color: #96F667;
}
.BgClassName
{
background-color: #96F667;
}
</style>
border-color css
<style>
span { border-color: #96F667; }
span { border-color: rgb(150,246,103); }
td.TdClassName
{
border-color: #96F667;
}
.TagClassName
{
border-color: #96F667;
}
</style>