Shades of Feijoa #B0EE7B
Tints of Feijoa #B0EE7B
RGB
CMYK
RGB Variations
Color information
#B0EE7B (or 0xB0EE7B) is known color: Feijoa. HEX triplet: B0, EE and 7B. RGB value is (176,238,123). Sum of RGB (Red+Green+Blue) = 176+238+123=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EE7B is #4F1184. Grayscale: #CECECE. Windows color (decimal): -5181829 or 8122032. OLE color: 8122032.
HSL color Cylindrical-coordinate representation of color #B0EE7B: hue angle of 92.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0EE7B is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 123 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.07 |
| HSL | 92.35º | 0.77% | 0.71% | - |
| HSV(B) | 92.35º | 0.48% | 0.93% | - |
| XYZ | 52.05 | 71.81 | 29.86 | - |
| YUV | 206.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 123 | 0.26 | 0 | 0.48 | 0.07 | 92.35 | 0.77 | 0.71 |
| Hex | B0 | EE | 7B | 1A | 0 | 30 | 7 | 5C | 4D | 47 |
| Octal | 260 | 356 | 173 | 32 | 0 | 60 | 7 | 134 | 115 | 107 |
| Binary | 10110000 | 11101110 | 1111011 | 11010 | 0 | 110000 | 111 | 1011100 | 1001101 | 1000111 |
Color Harmonies of #B0EE7B
Complementary color
Monochromatic Colors of #B0EE7B
Black with #B0EE7B
Text Example
Text Example
White with #B0EE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE7B; }
p { color: rgb(176,238,123); }
H1.HeaderClassName
{
color: #B0EE7B;
}
.AnyTagClassName
{
color: #B0EE7B;
}
</style>
background-color css
<style>
a { background-color: #B0EE7B; }
a { background-color: rgb(176,238,123); }
div.DivClassName
{
background-color: #B0EE7B;
}
.BgClassName
{
background-color: #B0EE7B;
}
</style>
border-color css
<style>
span { border-color: #B0EE7B; }
span { border-color: rgb(176,238,123); }
td.TdClassName
{
border-color: #B0EE7B;
}
.TagClassName
{
border-color: #B0EE7B;
}
</style>