Shades of Feijoa #B1F182
Tints of Feijoa #B1F182
RGB
CMYK
RGB Variations
Color information
#B1F182 (or 0xB1F182) is known color: Feijoa. HEX triplet: B1, F1 and 82. RGB value is (177,241,130). Sum of RGB (Red+Green+Blue) = 177+241+130=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F182 is #4E0E7D. Grayscale: #D1D1D1. Windows color (decimal): -5115518 or 8581553. OLE color: 8581553.
HSL color Cylindrical-coordinate representation of color #B1F182: hue angle of 94.59º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1F182 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 130 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.05 |
| HSL | 94.59º | 0.8% | 0.73% | - |
| HSV(B) | 94.59º | 0.46% | 0.95% | - |
| XYZ | 53.62 | 73.87 | 32.55 | - |
| YUV | 209.21 | 83.3 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 130 | 0.27 | 0 | 0.46 | 0.05 | 94.59 | 0.8 | 0.73 |
| Hex | B1 | F1 | 82 | 1B | 0 | 2E | 5 | 5F | 50 | 49 |
| Octal | 261 | 361 | 202 | 33 | 0 | 56 | 5 | 137 | 120 | 111 |
| Binary | 10110001 | 11110001 | 10000010 | 11011 | 0 | 101110 | 101 | 1011111 | 1010000 | 1001001 |
Color Harmonies of #B1F182
Complementary color
Monochromatic Colors of #B1F182
Black with #B1F182
Text Example
Text Example
White with #B1F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F182; }
p { color: rgb(177,241,130); }
H1.HeaderClassName
{
color: #B1F182;
}
.AnyTagClassName
{
color: #B1F182;
}
</style>
background-color css
<style>
a { background-color: #B1F182; }
a { background-color: rgb(177,241,130); }
div.DivClassName
{
background-color: #B1F182;
}
.BgClassName
{
background-color: #B1F182;
}
</style>
border-color css
<style>
span { border-color: #B1F182; }
span { border-color: rgb(177,241,130); }
td.TdClassName
{
border-color: #B1F182;
}
.TagClassName
{
border-color: #B1F182;
}
</style>