Shades of Feijoa #B0DA83
Tints of Feijoa #B0DA83
RGB
CMYK
RGB Variations
Color information
#B0DA83 (or 0xB0DA83) is known color: Feijoa. HEX triplet: B0, DA and 83. RGB value is (176,218,131). Sum of RGB (Red+Green+Blue) = 176+218+131=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA83 is #4F257C. Grayscale: #C3C3C3. Windows color (decimal): -5186941 or 8641200. OLE color: 8641200.
HSL color Cylindrical-coordinate representation of color #B0DA83: hue angle of 88.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0DA83 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 131 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.15 |
| HSL | 88.97º | 0.54% | 0.68% | - |
| HSV(B) | 88.97º | 0.4% | 0.85% | - |
| XYZ | 47.07 | 61.01 | 30.77 | - |
| YUV | 195.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 131 | 0.19 | 0 | 0.40 | 0.15 | 88.97 | 0.54 | 0.68 |
| Hex | B0 | DA | 83 | 13 | 0 | 28 | F | 59 | 36 | 44 |
| Octal | 260 | 332 | 203 | 23 | 0 | 50 | 17 | 131 | 66 | 104 |
| Binary | 10110000 | 11011010 | 10000011 | 10011 | 0 | 101000 | 1111 | 1011001 | 110110 | 1000100 |
Color Harmonies of #B0DA83
Complementary color
Monochromatic Colors of #B0DA83
Black with #B0DA83
Text Example
Text Example
White with #B0DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA83; }
p { color: rgb(176,218,131); }
H1.HeaderClassName
{
color: #B0DA83;
}
.AnyTagClassName
{
color: #B0DA83;
}
</style>
background-color css
<style>
a { background-color: #B0DA83; }
a { background-color: rgb(176,218,131); }
div.DivClassName
{
background-color: #B0DA83;
}
.BgClassName
{
background-color: #B0DA83;
}
</style>
border-color css
<style>
span { border-color: #B0DA83; }
span { border-color: rgb(176,218,131); }
td.TdClassName
{
border-color: #B0DA83;
}
.TagClassName
{
border-color: #B0DA83;
}
</style>