Shades of Feijoa #B1EE84
Tints of Feijoa #B1EE84
RGB
CMYK
RGB Variations
Color information
#B1EE84 (or 0xB1EE84) is known color: Feijoa. HEX triplet: B1, EE and 84. RGB value is (177,238,132). Sum of RGB (Red+Green+Blue) = 177+238+132=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EE84 is #4E117B. Grayscale: #D0D0D0. Windows color (decimal): -5116284 or 8711857. OLE color: 8711857.
HSL color Cylindrical-coordinate representation of color #B1EE84: hue angle of 94.53º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1EE84 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 132 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.07 |
| HSL | 94.53º | 0.76% | 0.73% | - |
| HSV(B) | 94.53º | 0.45% | 0.93% | - |
| XYZ | 52.87 | 72.16 | 32.97 | - |
| YUV | 207.68 | 85.29 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 132 | 0.26 | 0 | 0.45 | 0.07 | 94.53 | 0.76 | 0.73 |
| Hex | B1 | EE | 84 | 1A | 0 | 2D | 7 | 5F | 4C | 49 |
| Octal | 261 | 356 | 204 | 32 | 0 | 55 | 7 | 137 | 114 | 111 |
| Binary | 10110001 | 11101110 | 10000100 | 11010 | 0 | 101101 | 111 | 1011111 | 1001100 | 1001001 |
Color Harmonies of #B1EE84
Complementary color
Monochromatic Colors of #B1EE84
Black with #B1EE84
Text Example
Text Example
White with #B1EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EE84; }
p { color: rgb(177,238,132); }
H1.HeaderClassName
{
color: #B1EE84;
}
.AnyTagClassName
{
color: #B1EE84;
}
</style>
background-color css
<style>
a { background-color: #B1EE84; }
a { background-color: rgb(177,238,132); }
div.DivClassName
{
background-color: #B1EE84;
}
.BgClassName
{
background-color: #B1EE84;
}
</style>
border-color css
<style>
span { border-color: #B1EE84; }
span { border-color: rgb(177,238,132); }
td.TdClassName
{
border-color: #B1EE84;
}
.TagClassName
{
border-color: #B1EE84;
}
</style>