Shades of Feijoa #B0DC72
Tints of Feijoa #B0DC72
RGB
CMYK
RGB Variations
Color information
#B0DC72 (or 0xB0DC72) is known color: Feijoa. HEX triplet: B0, DC and 72. RGB value is (176,220,114). Sum of RGB (Red+Green+Blue) = 176+220+114=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC72 is #4F238D. Grayscale: #C3C3C3. Windows color (decimal): -5186446 or 7527600. OLE color: 7527600.
HSL color Cylindrical-coordinate representation of color #B0DC72: hue angle of 84.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0DC72 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 114 | - |
| CMYK | 0.2 | 0 | 0.48 | 0.14 |
| HSL | 84.91º | 0.6% | 0.65% | - |
| HSV(B) | 84.91º | 0.48% | 0.86% | - |
| XYZ | 46.53 | 61.63 | 25.36 | - |
| YUV | 194.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 114 | 0.2 | 0 | 0.48 | 0.14 | 84.91 | 0.6 | 0.65 |
| Hex | B0 | DC | 72 | 14 | 0 | 30 | E | 55 | 3C | 41 |
| Octal | 260 | 334 | 162 | 24 | 0 | 60 | 16 | 125 | 74 | 101 |
| Binary | 10110000 | 11011100 | 1110010 | 10100 | 0 | 110000 | 1110 | 1010101 | 111100 | 1000001 |
Color Harmonies of #B0DC72
Complementary color
Monochromatic Colors of #B0DC72
Black with #B0DC72
Text Example
Text Example
White with #B0DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC72; }
p { color: rgb(176,220,114); }
H1.HeaderClassName
{
color: #B0DC72;
}
.AnyTagClassName
{
color: #B0DC72;
}
</style>
background-color css
<style>
a { background-color: #B0DC72; }
a { background-color: rgb(176,220,114); }
div.DivClassName
{
background-color: #B0DC72;
}
.BgClassName
{
background-color: #B0DC72;
}
</style>
border-color css
<style>
span { border-color: #B0DC72; }
span { border-color: rgb(176,220,114); }
td.TdClassName
{
border-color: #B0DC72;
}
.TagClassName
{
border-color: #B0DC72;
}
</style>