Shades of Feijoa #B2DA83
Tints of Feijoa #B2DA83
RGB
CMYK
RGB Variations
Color information
#B2DA83 (or 0xB2DA83) is known color: Feijoa. HEX triplet: B2, DA and 83. RGB value is (178,218,131). Sum of RGB (Red+Green+Blue) = 178+218+131=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA83 is #4D257C. Grayscale: #C4C4C4. Windows color (decimal): -5055869 or 8641202. OLE color: 8641202.
HSL color Cylindrical-coordinate representation of color #B2DA83: hue angle of 87.59º 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 #B2DA83 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 131 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.15 |
| HSL | 87.59º | 0.54% | 0.68% | - |
| HSV(B) | 87.59º | 0.4% | 0.85% | - |
| XYZ | 47.53 | 61.25 | 30.79 | - |
| YUV | 196.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 131 | 0.18 | 0 | 0.40 | 0.15 | 87.59 | 0.54 | 0.68 |
| Hex | B2 | DA | 83 | 12 | 0 | 28 | F | 58 | 36 | 44 |
| Octal | 262 | 332 | 203 | 22 | 0 | 50 | 17 | 130 | 66 | 104 |
| Binary | 10110010 | 11011010 | 10000011 | 10010 | 0 | 101000 | 1111 | 1011000 | 110110 | 1000100 |
Color Harmonies of #B2DA83
Complementary color
Monochromatic Colors of #B2DA83
Black with #B2DA83
Text Example
Text Example
White with #B2DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA83; }
p { color: rgb(178,218,131); }
H1.HeaderClassName
{
color: #B2DA83;
}
.AnyTagClassName
{
color: #B2DA83;
}
</style>
background-color css
<style>
a { background-color: #B2DA83; }
a { background-color: rgb(178,218,131); }
div.DivClassName
{
background-color: #B2DA83;
}
.BgClassName
{
background-color: #B2DA83;
}
</style>
border-color css
<style>
span { border-color: #B2DA83; }
span { border-color: rgb(178,218,131); }
td.TdClassName
{
border-color: #B2DA83;
}
.TagClassName
{
border-color: #B2DA83;
}
</style>