Shades of Feijoa #B0E67B
Tints of Feijoa #B0E67B
RGB
CMYK
RGB Variations
Color information
#B0E67B (or 0xB0E67B) is known color: Feijoa. HEX triplet: B0, E6 and 7B. RGB value is (176,230,123). Sum of RGB (Red+Green+Blue) = 176+230+123=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E67B is #4F1984. Grayscale: #CACACA. Windows color (decimal): -5183877 or 8119984. OLE color: 8119984.
HSL color Cylindrical-coordinate representation of color #B0E67B: hue angle of 90.28º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0E67B is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 123 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.10 |
| HSL | 90.28º | 0.68% | 0.69% | - |
| HSV(B) | 90.28º | 0.47% | 0.9% | - |
| XYZ | 49.78 | 67.25 | 29.1 | - |
| YUV | 201.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 123 | 0.23 | 0 | 0.47 | 0.10 | 90.28 | 0.68 | 0.69 |
| Hex | B0 | E6 | 7B | 17 | 0 | 2F | A | 5A | 44 | 45 |
| Octal | 260 | 346 | 173 | 27 | 0 | 57 | 12 | 132 | 104 | 105 |
| Binary | 10110000 | 11100110 | 1111011 | 10111 | 0 | 101111 | 1010 | 1011010 | 1000100 | 1000101 |
Color Harmonies of #B0E67B
Complementary color
Monochromatic Colors of #B0E67B
Black with #B0E67B
Text Example
Text Example
White with #B0E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E67B; }
p { color: rgb(176,230,123); }
H1.HeaderClassName
{
color: #B0E67B;
}
.AnyTagClassName
{
color: #B0E67B;
}
</style>
background-color css
<style>
a { background-color: #B0E67B; }
a { background-color: rgb(176,230,123); }
div.DivClassName
{
background-color: #B0E67B;
}
.BgClassName
{
background-color: #B0E67B;
}
</style>
border-color css
<style>
span { border-color: #B0E67B; }
span { border-color: rgb(176,230,123); }
td.TdClassName
{
border-color: #B0E67B;
}
.TagClassName
{
border-color: #B0E67B;
}
</style>