Shades of Feijoa #B0DD84
Tints of Feijoa #B0DD84
RGB
CMYK
RGB Variations
Color information
#B0DD84 (or 0xB0DD84) is known color: Feijoa. HEX triplet: B0, DD and 84. RGB value is (176,221,132). Sum of RGB (Red+Green+Blue) = 176+221+132=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD84 is #4F227B. Grayscale: #C5C5C5. Windows color (decimal): -5186172 or 8707504. OLE color: 8707504.
HSL color Cylindrical-coordinate representation of color #B0DD84: hue angle of 90.34º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0DD84 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 132 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.13 |
| HSL | 90.34º | 0.57% | 0.69% | - |
| HSV(B) | 90.34º | 0.4% | 0.87% | - |
| XYZ | 47.93 | 62.61 | 31.39 | - |
| YUV | 197.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 132 | 0.20 | 0 | 0.40 | 0.13 | 90.34 | 0.57 | 0.69 |
| Hex | B0 | DD | 84 | 14 | 0 | 28 | D | 5A | 39 | 45 |
| Octal | 260 | 335 | 204 | 24 | 0 | 50 | 15 | 132 | 71 | 105 |
| Binary | 10110000 | 11011101 | 10000100 | 10100 | 0 | 101000 | 1101 | 1011010 | 111001 | 1000101 |
Color Harmonies of #B0DD84
Complementary color
Monochromatic Colors of #B0DD84
Black with #B0DD84
Text Example
Text Example
White with #B0DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD84; }
p { color: rgb(176,221,132); }
H1.HeaderClassName
{
color: #B0DD84;
}
.AnyTagClassName
{
color: #B0DD84;
}
</style>
background-color css
<style>
a { background-color: #B0DD84; }
a { background-color: rgb(176,221,132); }
div.DivClassName
{
background-color: #B0DD84;
}
.BgClassName
{
background-color: #B0DD84;
}
</style>
border-color css
<style>
span { border-color: #B0DD84; }
span { border-color: rgb(176,221,132); }
td.TdClassName
{
border-color: #B0DD84;
}
.TagClassName
{
border-color: #B0DD84;
}
</style>