Shades of Feijoa #B1ED88
Tints of Feijoa #B1ED88
RGB
CMYK
RGB Variations
Color information
#B1ED88 (or 0xB1ED88) is known color: Feijoa. HEX triplet: B1, ED and 88. RGB value is (177,237,136). Sum of RGB (Red+Green+Blue) = 177+237+136=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1ED88 is #4E1277. Grayscale: #CFCFCF. Windows color (decimal): -5116536 or 8973745. OLE color: 8973745.
HSL color Cylindrical-coordinate representation of color #B1ED88: hue angle of 95.64º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1ED88 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 136 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.07 |
| HSL | 95.64º | 0.74% | 0.73% | - |
| HSV(B) | 95.64º | 0.43% | 0.93% | - |
| XYZ | 52.86 | 71.69 | 34.34 | - |
| YUV | 207.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 136 | 0.25 | 0 | 0.43 | 0.07 | 95.64 | 0.74 | 0.73 |
| Hex | B1 | ED | 88 | 19 | 0 | 2B | 7 | 60 | 4A | 49 |
| Octal | 261 | 355 | 210 | 31 | 0 | 53 | 7 | 140 | 112 | 111 |
| Binary | 10110001 | 11101101 | 10001000 | 11001 | 0 | 101011 | 111 | 1100000 | 1001010 | 1001001 |
Color Harmonies of #B1ED88
Complementary color
Monochromatic Colors of #B1ED88
Black with #B1ED88
Text Example
Text Example
White with #B1ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ED88; }
p { color: rgb(177,237,136); }
H1.HeaderClassName
{
color: #B1ED88;
}
.AnyTagClassName
{
color: #B1ED88;
}
</style>
background-color css
<style>
a { background-color: #B1ED88; }
a { background-color: rgb(177,237,136); }
div.DivClassName
{
background-color: #B1ED88;
}
.BgClassName
{
background-color: #B1ED88;
}
</style>
border-color css
<style>
span { border-color: #B1ED88; }
span { border-color: rgb(177,237,136); }
td.TdClassName
{
border-color: #B1ED88;
}
.TagClassName
{
border-color: #B1ED88;
}
</style>