Shades of Feijoa #B0DD70
Tints of Feijoa #B0DD70
RGB
CMYK
RGB Variations
Color information
#B0DD70 (or 0xB0DD70) is known color: Feijoa. HEX triplet: B0, DD and 70. RGB value is (176,221,112). Sum of RGB (Red+Green+Blue) = 176+221+112=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD70 is #4F228F. Grayscale: #C3C3C3. Windows color (decimal): -5186192 or 7396784. OLE color: 7396784.
HSL color Cylindrical-coordinate representation of color #B0DD70: hue angle of 84.77º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0DD70 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 112 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.13 |
| HSL | 84.77º | 0.62% | 0.65% | - |
| HSV(B) | 84.77º | 0.49% | 0.87% | - |
| XYZ | 46.69 | 62.11 | 24.86 | - |
| YUV | 195.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 112 | 0.20 | 0 | 0.49 | 0.13 | 84.77 | 0.62 | 0.65 |
| Hex | B0 | DD | 70 | 14 | 0 | 31 | D | 55 | 3E | 41 |
| Octal | 260 | 335 | 160 | 24 | 0 | 61 | 15 | 125 | 76 | 101 |
| Binary | 10110000 | 11011101 | 1110000 | 10100 | 0 | 110001 | 1101 | 1010101 | 111110 | 1000001 |
Color Harmonies of #B0DD70
Complementary color
Monochromatic Colors of #B0DD70
Black with #B0DD70
Text Example
Text Example
White with #B0DD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD70; }
p { color: rgb(176,221,112); }
H1.HeaderClassName
{
color: #B0DD70;
}
.AnyTagClassName
{
color: #B0DD70;
}
</style>
background-color css
<style>
a { background-color: #B0DD70; }
a { background-color: rgb(176,221,112); }
div.DivClassName
{
background-color: #B0DD70;
}
.BgClassName
{
background-color: #B0DD70;
}
</style>
border-color css
<style>
span { border-color: #B0DD70; }
span { border-color: rgb(176,221,112); }
td.TdClassName
{
border-color: #B0DD70;
}
.TagClassName
{
border-color: #B0DD70;
}
</style>