Shades of Feijoa #B0DC7F
Tints of Feijoa #B0DC7F
RGB
CMYK
RGB Variations
Color information
#B0DC7F (or 0xB0DC7F) is known color: Feijoa. HEX triplet: B0, DC and 7F. RGB value is (176,220,127). Sum of RGB (Red+Green+Blue) = 176+220+127=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC7F is #4F2380. Grayscale: #C4C4C4. Windows color (decimal): -5186433 or 8379568. OLE color: 8379568.
HSL color Cylindrical-coordinate representation of color #B0DC7F: hue angle of 88.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DC7F is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 127 | - |
| CMYK | 0.2 | 0 | 0.42 | 0.14 |
| HSL | 88.39º | 0.57% | 0.68% | - |
| HSV(B) | 88.39º | 0.42% | 0.86% | - |
| XYZ | 47.33 | 61.95 | 29.54 | - |
| YUV | 196.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 127 | 0.2 | 0 | 0.42 | 0.14 | 88.39 | 0.57 | 0.68 |
| Hex | B0 | DC | 7F | 14 | 0 | 2A | E | 58 | 39 | 44 |
| Octal | 260 | 334 | 177 | 24 | 0 | 52 | 16 | 130 | 71 | 104 |
| Binary | 10110000 | 11011100 | 1111111 | 10100 | 0 | 101010 | 1110 | 1011000 | 111001 | 1000100 |
Color Harmonies of #B0DC7F
Complementary color
Monochromatic Colors of #B0DC7F
Black with #B0DC7F
Text Example
Text Example
White with #B0DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC7F; }
p { color: rgb(176,220,127); }
H1.HeaderClassName
{
color: #B0DC7F;
}
.AnyTagClassName
{
color: #B0DC7F;
}
</style>
background-color css
<style>
a { background-color: #B0DC7F; }
a { background-color: rgb(176,220,127); }
div.DivClassName
{
background-color: #B0DC7F;
}
.BgClassName
{
background-color: #B0DC7F;
}
</style>
border-color css
<style>
span { border-color: #B0DC7F; }
span { border-color: rgb(176,220,127); }
td.TdClassName
{
border-color: #B0DC7F;
}
.TagClassName
{
border-color: #B0DC7F;
}
</style>