Shades of Feijoa #B3E681
Tints of Feijoa #B3E681
RGB
CMYK
RGB Variations
Color information
#B3E681 (or 0xB3E681) is known color: Feijoa. HEX triplet: B3, E6 and 81. RGB value is (179,230,129). Sum of RGB (Red+Green+Blue) = 179+230+129=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3E681 is #4C197E. Grayscale: #CBCBCB. Windows color (decimal): -4987263 or 8513203. OLE color: 8513203.
HSL color Cylindrical-coordinate representation of color #B3E681: hue angle of 90.3º 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 #B3E681 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 129 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.10 |
| HSL | 90.3º | 0.67% | 0.7% | - |
| HSV(B) | 90.3º | 0.44% | 0.9% | - |
| XYZ | 50.85 | 67.76 | 31.17 | - |
| YUV | 203.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 129 | 0.22 | 0 | 0.44 | 0.10 | 90.3 | 0.67 | 0.7 |
| Hex | B3 | E6 | 81 | 16 | 0 | 2C | A | 5A | 43 | 46 |
| Octal | 263 | 346 | 201 | 26 | 0 | 54 | 12 | 132 | 103 | 106 |
| Binary | 10110011 | 11100110 | 10000001 | 10110 | 0 | 101100 | 1010 | 1011010 | 1000011 | 1000110 |
Color Harmonies of #B3E681
Complementary color
Monochromatic Colors of #B3E681
Black with #B3E681
Text Example
Text Example
White with #B3E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E681; }
p { color: rgb(179,230,129); }
H1.HeaderClassName
{
color: #B3E681;
}
.AnyTagClassName
{
color: #B3E681;
}
</style>
background-color css
<style>
a { background-color: #B3E681; }
a { background-color: rgb(179,230,129); }
div.DivClassName
{
background-color: #B3E681;
}
.BgClassName
{
background-color: #B3E681;
}
</style>
border-color css
<style>
span { border-color: #B3E681; }
span { border-color: rgb(179,230,129); }
td.TdClassName
{
border-color: #B3E681;
}
.TagClassName
{
border-color: #B3E681;
}
</style>