Shades of Feijoa #96F369
Tints of Feijoa #96F369
RGB
CMYK
RGB Variations
Color information
#96F369 (or 0x96F369) is known color: Feijoa. HEX triplet: 96, F3 and 69. RGB value is (150,243,105). Sum of RGB (Red+Green+Blue) = 150+243+105=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #96F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F369 is #690C96. Grayscale: #C7C7C7. Windows color (decimal): -6884503 or 6943638. OLE color: 6943638.
HSL color Cylindrical-coordinate representation of color #96F369: hue angle of 100.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96F369 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 105 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.05 |
| HSL | 100.43º | 0.85% | 0.68% | - |
| HSV(B) | 100.43º | 0.57% | 0.95% | - |
| XYZ | 47.18 | 71.61 | 24.7 | - |
| YUV | 199.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 105 | 0.38 | 0 | 0.57 | 0.05 | 100.43 | 0.85 | 0.68 |
| Hex | 96 | F3 | 69 | 26 | 0 | 39 | 5 | 64 | 55 | 44 |
| Octal | 226 | 363 | 151 | 46 | 0 | 71 | 5 | 144 | 125 | 104 |
| Binary | 10010110 | 11110011 | 1101001 | 100110 | 0 | 111001 | 101 | 1100100 | 1010101 | 1000100 |
Color Harmonies of #96F369
Complementary color
Monochromatic Colors of #96F369
Black with #96F369
Text Example
Text Example
White with #96F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F369; }
p { color: rgb(150,243,105); }
H1.HeaderClassName
{
color: #96F369;
}
.AnyTagClassName
{
color: #96F369;
}
</style>
background-color css
<style>
a { background-color: #96F369; }
a { background-color: rgb(150,243,105); }
div.DivClassName
{
background-color: #96F369;
}
.BgClassName
{
background-color: #96F369;
}
</style>
border-color css
<style>
span { border-color: #96F369; }
span { border-color: rgb(150,243,105); }
td.TdClassName
{
border-color: #96F369;
}
.TagClassName
{
border-color: #96F369;
}
</style>