Shades of Feijoa #B1E07D
Tints of Feijoa #B1E07D
RGB
CMYK
RGB Variations
Color information
#B1E07D (or 0xB1E07D) is known color: Feijoa. HEX triplet: B1, E0 and 7D. RGB value is (177,224,125). Sum of RGB (Red+Green+Blue) = 177+224+125=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E07D is #4E1F82. Grayscale: #C7C7C7. Windows color (decimal): -5119875 or 8249521. OLE color: 8249521.
HSL color Cylindrical-coordinate representation of color #B1E07D: hue angle of 88.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1E07D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 125 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.12 |
| HSL | 88.48º | 0.61% | 0.68% | - |
| HSV(B) | 88.48º | 0.44% | 0.88% | - |
| XYZ | 48.49 | 64.14 | 29.23 | - |
| YUV | 198.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 125 | 0.21 | 0 | 0.44 | 0.12 | 88.48 | 0.61 | 0.68 |
| Hex | B1 | E0 | 7D | 15 | 0 | 2C | C | 58 | 3D | 44 |
| Octal | 261 | 340 | 175 | 25 | 0 | 54 | 14 | 130 | 75 | 104 |
| Binary | 10110001 | 11100000 | 1111101 | 10101 | 0 | 101100 | 1100 | 1011000 | 111101 | 1000100 |
Color Harmonies of #B1E07D
Complementary color
Monochromatic Colors of #B1E07D
Black with #B1E07D
Text Example
Text Example
White with #B1E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E07D; }
p { color: rgb(177,224,125); }
H1.HeaderClassName
{
color: #B1E07D;
}
.AnyTagClassName
{
color: #B1E07D;
}
</style>
background-color css
<style>
a { background-color: #B1E07D; }
a { background-color: rgb(177,224,125); }
div.DivClassName
{
background-color: #B1E07D;
}
.BgClassName
{
background-color: #B1E07D;
}
</style>
border-color css
<style>
span { border-color: #B1E07D; }
span { border-color: rgb(177,224,125); }
td.TdClassName
{
border-color: #B1E07D;
}
.TagClassName
{
border-color: #B1E07D;
}
</style>