Shades of Feijoa #B1E67D
Tints of Feijoa #B1E67D
RGB
CMYK
RGB Variations
Color information
#B1E67D (or 0xB1E67D) is known color: Feijoa. HEX triplet: B1, E6 and 7D. RGB value is (177,230,125). Sum of RGB (Red+Green+Blue) = 177+230+125=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E67D is #4E1982. Grayscale: #CACACA. Windows color (decimal): -5118339 or 8251057. OLE color: 8251057.
HSL color Cylindrical-coordinate representation of color #B1E67D: hue angle of 90.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1E67D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 125 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.10 |
| HSL | 90.29º | 0.68% | 0.7% | - |
| HSV(B) | 90.29º | 0.46% | 0.9% | - |
| XYZ | 50.13 | 67.42 | 29.77 | - |
| YUV | 202.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 125 | 0.23 | 0 | 0.46 | 0.10 | 90.29 | 0.68 | 0.7 |
| Hex | B1 | E6 | 7D | 17 | 0 | 2E | A | 5A | 44 | 46 |
| Octal | 261 | 346 | 175 | 27 | 0 | 56 | 12 | 132 | 104 | 106 |
| Binary | 10110001 | 11100110 | 1111101 | 10111 | 0 | 101110 | 1010 | 1011010 | 1000100 | 1000110 |
Color Harmonies of #B1E67D
Complementary color
Monochromatic Colors of #B1E67D
Black with #B1E67D
Text Example
Text Example
White with #B1E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E67D; }
p { color: rgb(177,230,125); }
H1.HeaderClassName
{
color: #B1E67D;
}
.AnyTagClassName
{
color: #B1E67D;
}
</style>
background-color css
<style>
a { background-color: #B1E67D; }
a { background-color: rgb(177,230,125); }
div.DivClassName
{
background-color: #B1E67D;
}
.BgClassName
{
background-color: #B1E67D;
}
</style>
border-color css
<style>
span { border-color: #B1E67D; }
span { border-color: rgb(177,230,125); }
td.TdClassName
{
border-color: #B1E67D;
}
.TagClassName
{
border-color: #B1E67D;
}
</style>