Shades of Feijoa #B3E780
Tints of Feijoa #B3E780
RGB
CMYK
RGB Variations
Color information
#B3E780 (or 0xB3E780) is known color: Feijoa. HEX triplet: B3, E7 and 80. RGB value is (179,231,128). Sum of RGB (Red+Green+Blue) = 179+231+128=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3E780 is #4C187F. Grayscale: #CCCCCC. Windows color (decimal): -4987008 or 8447923. OLE color: 8447923.
HSL color Cylindrical-coordinate representation of color #B3E780: hue angle of 90.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3E780 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 231 | 128 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.09 |
| HSL | 90.29º | 0.68% | 0.7% | - |
| HSV(B) | 90.29º | 0.45% | 0.91% | - |
| XYZ | 51.06 | 68.29 | 30.91 | - |
| YUV | 203.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 231 | 128 | 0.23 | 0 | 0.45 | 0.09 | 90.29 | 0.68 | 0.7 |
| Hex | B3 | E7 | 80 | 17 | 0 | 2D | 9 | 5A | 44 | 46 |
| Octal | 263 | 347 | 200 | 27 | 0 | 55 | 11 | 132 | 104 | 106 |
| Binary | 10110011 | 11100111 | 10000000 | 10111 | 0 | 101101 | 1001 | 1011010 | 1000100 | 1000110 |
Color Harmonies of #B3E780
Complementary color
Monochromatic Colors of #B3E780
Black with #B3E780
Text Example
Text Example
White with #B3E780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E780; }
p { color: rgb(179,231,128); }
H1.HeaderClassName
{
color: #B3E780;
}
.AnyTagClassName
{
color: #B3E780;
}
</style>
background-color css
<style>
a { background-color: #B3E780; }
a { background-color: rgb(179,231,128); }
div.DivClassName
{
background-color: #B3E780;
}
.BgClassName
{
background-color: #B3E780;
}
</style>
border-color css
<style>
span { border-color: #B3E780; }
span { border-color: rgb(179,231,128); }
td.TdClassName
{
border-color: #B3E780;
}
.TagClassName
{
border-color: #B3E780;
}
</style>