Shades of Feijoa #9BF875
Tints of Feijoa #9BF875
RGB
CMYK
RGB Variations
Color information
#9BF875 (or 0x9BF875) is known color: Feijoa. HEX triplet: 9B, F8 and 75. RGB value is (155,248,117). Sum of RGB (Red+Green+Blue) = 155+248+117=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF875 is #64078A. Grayscale: #CDCDCD. Windows color (decimal): -6555531 or 7731355. OLE color: 7731355.
HSL color Cylindrical-coordinate representation of color #9BF875: hue angle of 102.6º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BF875 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 117 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.03 |
| HSL | 102.6º | 0.9% | 0.72% | - |
| HSV(B) | 102.6º | 0.53% | 0.97% | - |
| XYZ | 50.3 | 75.39 | 28.73 | - |
| YUV | 205.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 117 | 0.38 | 0 | 0.53 | 0.03 | 102.6 | 0.9 | 0.72 |
| Hex | 9B | F8 | 75 | 26 | 0 | 35 | 3 | 67 | 5A | 48 |
| Octal | 233 | 370 | 165 | 46 | 0 | 65 | 3 | 147 | 132 | 110 |
| Binary | 10011011 | 11111000 | 1110101 | 100110 | 0 | 110101 | 11 | 1100111 | 1011010 | 1001000 |
Color Harmonies of #9BF875
Complementary color
Monochromatic Colors of #9BF875
Black with #9BF875
Text Example
Text Example
White with #9BF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF875; }
p { color: rgb(155,248,117); }
H1.HeaderClassName
{
color: #9BF875;
}
.AnyTagClassName
{
color: #9BF875;
}
</style>
background-color css
<style>
a { background-color: #9BF875; }
a { background-color: rgb(155,248,117); }
div.DivClassName
{
background-color: #9BF875;
}
.BgClassName
{
background-color: #9BF875;
}
</style>
border-color css
<style>
span { border-color: #9BF875; }
span { border-color: rgb(155,248,117); }
td.TdClassName
{
border-color: #9BF875;
}
.TagClassName
{
border-color: #9BF875;
}
</style>