Shades of Feijoa #B1E67C
Tints of Feijoa #B1E67C
RGB
CMYK
RGB Variations
Color information
#B1E67C (or 0xB1E67C) is known color: Feijoa. HEX triplet: B1, E6 and 7C. RGB value is (177,230,124). Sum of RGB (Red+Green+Blue) = 177+230+124=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E67C is #4E1983. Grayscale: #CACACA. Windows color (decimal): -5118340 or 8185521. OLE color: 8185521.
HSL color Cylindrical-coordinate representation of color #B1E67C: hue angle of 90º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1E67C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 124 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.10 |
| HSL | 90º | 0.68% | 0.69% | - |
| HSV(B) | 90º | 0.46% | 0.9% | - |
| XYZ | 50.07 | 67.4 | 29.44 | - |
| YUV | 202.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 124 | 0.23 | 0 | 0.46 | 0.10 | 90 | 0.68 | 0.69 |
| Hex | B1 | E6 | 7C | 17 | 0 | 2E | A | 5A | 44 | 45 |
| Octal | 261 | 346 | 174 | 27 | 0 | 56 | 12 | 132 | 104 | 105 |
| Binary | 10110001 | 11100110 | 1111100 | 10111 | 0 | 101110 | 1010 | 1011010 | 1000100 | 1000101 |
Color Harmonies of #B1E67C
Complementary color
Monochromatic Colors of #B1E67C
Black with #B1E67C
Text Example
Text Example
White with #B1E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E67C; }
p { color: rgb(177,230,124); }
H1.HeaderClassName
{
color: #B1E67C;
}
.AnyTagClassName
{
color: #B1E67C;
}
</style>
background-color css
<style>
a { background-color: #B1E67C; }
a { background-color: rgb(177,230,124); }
div.DivClassName
{
background-color: #B1E67C;
}
.BgClassName
{
background-color: #B1E67C;
}
</style>
border-color css
<style>
span { border-color: #B1E67C; }
span { border-color: rgb(177,230,124); }
td.TdClassName
{
border-color: #B1E67C;
}
.TagClassName
{
border-color: #B1E67C;
}
</style>