Shades of Feijoa #B0E274
Tints of Feijoa #B0E274
RGB
CMYK
RGB Variations
Color information
#B0E274 (or 0xB0E274) is known color: Feijoa. HEX triplet: B0, E2 and 74. RGB value is (176,226,116). Sum of RGB (Red+Green+Blue) = 176+226+116=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E274 is #4F1D8B. Grayscale: #C6C6C6. Windows color (decimal): -5184908 or 7660208. OLE color: 7660208.
HSL color Cylindrical-coordinate representation of color #B0E274: hue angle of 87.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0E274 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 116 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.11 |
| HSL | 87.27º | 0.65% | 0.67% | - |
| HSV(B) | 87.27º | 0.49% | 0.89% | - |
| XYZ | 48.25 | 64.88 | 26.5 | - |
| YUV | 198.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 116 | 0.22 | 0 | 0.49 | 0.11 | 87.27 | 0.65 | 0.67 |
| Hex | B0 | E2 | 74 | 16 | 0 | 31 | B | 57 | 41 | 43 |
| Octal | 260 | 342 | 164 | 26 | 0 | 61 | 13 | 127 | 101 | 103 |
| Binary | 10110000 | 11100010 | 1110100 | 10110 | 0 | 110001 | 1011 | 1010111 | 1000001 | 1000011 |
Color Harmonies of #B0E274
Complementary color
Monochromatic Colors of #B0E274
Black with #B0E274
Text Example
Text Example
White with #B0E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E274; }
p { color: rgb(176,226,116); }
H1.HeaderClassName
{
color: #B0E274;
}
.AnyTagClassName
{
color: #B0E274;
}
</style>
background-color css
<style>
a { background-color: #B0E274; }
a { background-color: rgb(176,226,116); }
div.DivClassName
{
background-color: #B0E274;
}
.BgClassName
{
background-color: #B0E274;
}
</style>
border-color css
<style>
span { border-color: #B0E274; }
span { border-color: rgb(176,226,116); }
td.TdClassName
{
border-color: #B0E274;
}
.TagClassName
{
border-color: #B0E274;
}
</style>