Shades of Feijoa #B0EC7D
Tints of Feijoa #B0EC7D
RGB
CMYK
RGB Variations
Color information
#B0EC7D (or 0xB0EC7D) is known color: Feijoa. HEX triplet: B0, EC and 7D. RGB value is (176,236,125). Sum of RGB (Red+Green+Blue) = 176+236+125=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC7D is #4F1382. Grayscale: #CDCDCD. Windows color (decimal): -5182339 or 8252592. OLE color: 8252592.
HSL color Cylindrical-coordinate representation of color #B0EC7D: hue angle of 92.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0EC7D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 125 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.07 |
| HSL | 92.43º | 0.74% | 0.71% | - |
| HSV(B) | 92.43º | 0.47% | 0.93% | - |
| XYZ | 51.6 | 70.7 | 30.33 | - |
| YUV | 205.41 | 82.62 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 125 | 0.25 | 0 | 0.47 | 0.07 | 92.43 | 0.74 | 0.71 |
| Hex | B0 | EC | 7D | 19 | 0 | 2F | 7 | 5C | 4A | 47 |
| Octal | 260 | 354 | 175 | 31 | 0 | 57 | 7 | 134 | 112 | 107 |
| Binary | 10110000 | 11101100 | 1111101 | 11001 | 0 | 101111 | 111 | 1011100 | 1001010 | 1000111 |
Color Harmonies of #B0EC7D
Complementary color
Monochromatic Colors of #B0EC7D
Black with #B0EC7D
Text Example
Text Example
White with #B0EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC7D; }
p { color: rgb(176,236,125); }
H1.HeaderClassName
{
color: #B0EC7D;
}
.AnyTagClassName
{
color: #B0EC7D;
}
</style>
background-color css
<style>
a { background-color: #B0EC7D; }
a { background-color: rgb(176,236,125); }
div.DivClassName
{
background-color: #B0EC7D;
}
.BgClassName
{
background-color: #B0EC7D;
}
</style>
border-color css
<style>
span { border-color: #B0EC7D; }
span { border-color: rgb(176,236,125); }
td.TdClassName
{
border-color: #B0EC7D;
}
.TagClassName
{
border-color: #B0EC7D;
}
</style>