Shades of Feijoa #B1E68A
Tints of Feijoa #B1E68A
RGB
CMYK
RGB Variations
Color information
#B1E68A (or 0xB1E68A) is known color: Feijoa. HEX triplet: B1, E6 and 8A. RGB value is (177,230,138). Sum of RGB (Red+Green+Blue) = 177+230+138=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1E68A is #4E1975. Grayscale: #CBCBCB. Windows color (decimal): -5118326 or 9103025. OLE color: 9103025.
HSL color Cylindrical-coordinate representation of color #B1E68A: hue angle of 94.57º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1E68A is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 138 | - |
| CMYK | 0.23 | 0 | 0.4 | 0.10 |
| HSL | 94.57º | 0.65% | 0.72% | - |
| HSV(B) | 94.57º | 0.4% | 0.9% | - |
| XYZ | 51.02 | 67.78 | 34.44 | - |
| YUV | 203.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 138 | 0.23 | 0 | 0.4 | 0.10 | 94.57 | 0.65 | 0.72 |
| Hex | B1 | E6 | 8A | 17 | 0 | 28 | A | 5F | 41 | 48 |
| Octal | 261 | 346 | 212 | 27 | 0 | 50 | 12 | 137 | 101 | 110 |
| Binary | 10110001 | 11100110 | 10001010 | 10111 | 0 | 101000 | 1010 | 1011111 | 1000001 | 1001000 |
Color Harmonies of #B1E68A
Complementary color
Monochromatic Colors of #B1E68A
Black with #B1E68A
Text Example
Text Example
White with #B1E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E68A; }
p { color: rgb(177,230,138); }
H1.HeaderClassName
{
color: #B1E68A;
}
.AnyTagClassName
{
color: #B1E68A;
}
</style>
background-color css
<style>
a { background-color: #B1E68A; }
a { background-color: rgb(177,230,138); }
div.DivClassName
{
background-color: #B1E68A;
}
.BgClassName
{
background-color: #B1E68A;
}
</style>
border-color css
<style>
span { border-color: #B1E68A; }
span { border-color: rgb(177,230,138); }
td.TdClassName
{
border-color: #B1E68A;
}
.TagClassName
{
border-color: #B1E68A;
}
</style>