Shades of Feijoa #B1F585
Tints of Feijoa #B1F585
RGB
CMYK
RGB Variations
Color information
#B1F585 (or 0xB1F585) is known color: Feijoa. HEX triplet: B1, F5 and 85. RGB value is (177,245,133). Sum of RGB (Red+Green+Blue) = 177+245+133=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F585 is #4E0A7A. Grayscale: #D4D4D4. Windows color (decimal): -5114491 or 8779185. OLE color: 8779185.
HSL color Cylindrical-coordinate representation of color #B1F585: hue angle of 96.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1F585 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 245 | 133 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.04 |
| HSL | 96.43º | 0.85% | 0.74% | - |
| HSV(B) | 96.43º | 0.46% | 0.96% | - |
| XYZ | 55.02 | 76.35 | 34.03 | - |
| YUV | 211.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 245 | 133 | 0.28 | 0 | 0.46 | 0.04 | 96.43 | 0.85 | 0.74 |
| Hex | B1 | F5 | 85 | 1C | 0 | 2E | 4 | 60 | 55 | 4A |
| Octal | 261 | 365 | 205 | 34 | 0 | 56 | 4 | 140 | 125 | 112 |
| Binary | 10110001 | 11110101 | 10000101 | 11100 | 0 | 101110 | 100 | 1100000 | 1010101 | 1001010 |
Color Harmonies of #B1F585
Complementary color
Monochromatic Colors of #B1F585
Black with #B1F585
Text Example
Text Example
White with #B1F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F585; }
p { color: rgb(177,245,133); }
H1.HeaderClassName
{
color: #B1F585;
}
.AnyTagClassName
{
color: #B1F585;
}
</style>
background-color css
<style>
a { background-color: #B1F585; }
a { background-color: rgb(177,245,133); }
div.DivClassName
{
background-color: #B1F585;
}
.BgClassName
{
background-color: #B1F585;
}
</style>
border-color css
<style>
span { border-color: #B1F585; }
span { border-color: rgb(177,245,133); }
td.TdClassName
{
border-color: #B1F585;
}
.TagClassName
{
border-color: #B1F585;
}
</style>