Shades of Feijoa #B0DF84
Tints of Feijoa #B0DF84
RGB
CMYK
RGB Variations
Color information
#B0DF84 (or 0xB0DF84) is known color: Feijoa. HEX triplet: B0, DF and 84. RGB value is (176,223,132). Sum of RGB (Red+Green+Blue) = 176+223+132=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF84 is #4F207B. Grayscale: #C6C6C6. Windows color (decimal): -5185660 or 8708016. OLE color: 8708016.
HSL color Cylindrical-coordinate representation of color #B0DF84: hue angle of 90.99º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0DF84 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 132 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.13 |
| HSL | 90.99º | 0.59% | 0.7% | - |
| HSV(B) | 90.99º | 0.41% | 0.87% | - |
| XYZ | 48.46 | 63.67 | 31.57 | - |
| YUV | 198.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 132 | 0.21 | 0 | 0.41 | 0.13 | 90.99 | 0.59 | 0.7 |
| Hex | B0 | DF | 84 | 15 | 0 | 29 | D | 5B | 3B | 46 |
| Octal | 260 | 337 | 204 | 25 | 0 | 51 | 15 | 133 | 73 | 106 |
| Binary | 10110000 | 11011111 | 10000100 | 10101 | 0 | 101001 | 1101 | 1011011 | 111011 | 1000110 |
Color Harmonies of #B0DF84
Complementary color
Monochromatic Colors of #B0DF84
Black with #B0DF84
Text Example
Text Example
White with #B0DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF84; }
p { color: rgb(176,223,132); }
H1.HeaderClassName
{
color: #B0DF84;
}
.AnyTagClassName
{
color: #B0DF84;
}
</style>
background-color css
<style>
a { background-color: #B0DF84; }
a { background-color: rgb(176,223,132); }
div.DivClassName
{
background-color: #B0DF84;
}
.BgClassName
{
background-color: #B0DF84;
}
</style>
border-color css
<style>
span { border-color: #B0DF84; }
span { border-color: rgb(176,223,132); }
td.TdClassName
{
border-color: #B0DF84;
}
.TagClassName
{
border-color: #B0DF84;
}
</style>