Shades of Feijoa #B3E680
Tints of Feijoa #B3E680
RGB
CMYK
RGB Variations
Color information
#B3E680 (or 0xB3E680) is known color: Feijoa. HEX triplet: B3, E6 and 80. RGB value is (179,230,128). Sum of RGB (Red+Green+Blue) = 179+230+128=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3E680 is #4C197F. Grayscale: #CBCBCB. Windows color (decimal): -4987264 or 8447667. OLE color: 8447667.
HSL color Cylindrical-coordinate representation of color #B3E680: hue angle of 90º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3E680 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 128 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.10 |
| HSL | 90º | 0.67% | 0.7% | - |
| HSV(B) | 90º | 0.44% | 0.9% | - |
| XYZ | 50.78 | 67.74 | 30.82 | - |
| YUV | 203.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 128 | 0.22 | 0 | 0.44 | 0.10 | 90 | 0.67 | 0.7 |
| Hex | B3 | E6 | 80 | 16 | 0 | 2C | A | 5A | 43 | 46 |
| Octal | 263 | 346 | 200 | 26 | 0 | 54 | 12 | 132 | 103 | 106 |
| Binary | 10110011 | 11100110 | 10000000 | 10110 | 0 | 101100 | 1010 | 1011010 | 1000011 | 1000110 |
Color Harmonies of #B3E680
Complementary color
Monochromatic Colors of #B3E680
Black with #B3E680
Text Example
Text Example
White with #B3E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E680; }
p { color: rgb(179,230,128); }
H1.HeaderClassName
{
color: #B3E680;
}
.AnyTagClassName
{
color: #B3E680;
}
</style>
background-color css
<style>
a { background-color: #B3E680; }
a { background-color: rgb(179,230,128); }
div.DivClassName
{
background-color: #B3E680;
}
.BgClassName
{
background-color: #B3E680;
}
</style>
border-color css
<style>
span { border-color: #B3E680; }
span { border-color: rgb(179,230,128); }
td.TdClassName
{
border-color: #B3E680;
}
.TagClassName
{
border-color: #B3E680;
}
</style>