Shades of Feijoa #B1ED90
Tints of Feijoa #B1ED90
RGB
CMYK
RGB Variations
Color information
#B1ED90 (or 0xB1ED90) is known color: Feijoa. HEX triplet: B1, ED and 90. RGB value is (177,237,144). Sum of RGB (Red+Green+Blue) = 177+237+144=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1ED90 is #4E126F. Grayscale: #D0D0D0. Windows color (decimal): -5116528 or 9498033. OLE color: 9498033.
HSL color Cylindrical-coordinate representation of color #B1ED90: hue angle of 98.71º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1ED90 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 144 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.07 |
| HSL | 98.71º | 0.72% | 0.75% | - |
| HSV(B) | 98.71º | 0.39% | 0.93% | - |
| XYZ | 53.45 | 71.93 | 37.45 | - |
| YUV | 208.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 144 | 0.25 | 0 | 0.39 | 0.07 | 98.71 | 0.72 | 0.75 |
| Hex | B1 | ED | 90 | 19 | 0 | 27 | 7 | 63 | 48 | 4B |
| Octal | 261 | 355 | 220 | 31 | 0 | 47 | 7 | 143 | 110 | 113 |
| Binary | 10110001 | 11101101 | 10010000 | 11001 | 0 | 100111 | 111 | 1100011 | 1001000 | 1001011 |
Color Harmonies of #B1ED90
Complementary color
Monochromatic Colors of #B1ED90
Black with #B1ED90
Text Example
Text Example
White with #B1ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ED90; }
p { color: rgb(177,237,144); }
H1.HeaderClassName
{
color: #B1ED90;
}
.AnyTagClassName
{
color: #B1ED90;
}
</style>
background-color css
<style>
a { background-color: #B1ED90; }
a { background-color: rgb(177,237,144); }
div.DivClassName
{
background-color: #B1ED90;
}
.BgClassName
{
background-color: #B1ED90;
}
</style>
border-color css
<style>
span { border-color: #B1ED90; }
span { border-color: rgb(177,237,144); }
td.TdClassName
{
border-color: #B1ED90;
}
.TagClassName
{
border-color: #B1ED90;
}
</style>