Shades of Feijoa #B0DB75
Tints of Feijoa #B0DB75
RGB
CMYK
RGB Variations
Color information
#B0DB75 (or 0xB0DB75) is known color: Feijoa. HEX triplet: B0, DB and 75. RGB value is (176,219,117). Sum of RGB (Red+Green+Blue) = 176+219+117=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB75 is #4F248A. Grayscale: #C2C2C2. Windows color (decimal): -5186699 or 7723952. OLE color: 7723952.
HSL color Cylindrical-coordinate representation of color #B0DB75: hue angle of 85.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0DB75 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 117 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.14 |
| HSL | 85.29º | 0.59% | 0.66% | - |
| HSV(B) | 85.29º | 0.47% | 0.86% | - |
| XYZ | 46.45 | 61.18 | 26.19 | - |
| YUV | 194.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 117 | 0.20 | 0 | 0.47 | 0.14 | 85.29 | 0.59 | 0.66 |
| Hex | B0 | DB | 75 | 14 | 0 | 2F | E | 55 | 3B | 42 |
| Octal | 260 | 333 | 165 | 24 | 0 | 57 | 16 | 125 | 73 | 102 |
| Binary | 10110000 | 11011011 | 1110101 | 10100 | 0 | 101111 | 1110 | 1010101 | 111011 | 1000010 |
Color Harmonies of #B0DB75
Complementary color
Monochromatic Colors of #B0DB75
Black with #B0DB75
Text Example
Text Example
White with #B0DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB75; }
p { color: rgb(176,219,117); }
H1.HeaderClassName
{
color: #B0DB75;
}
.AnyTagClassName
{
color: #B0DB75;
}
</style>
background-color css
<style>
a { background-color: #B0DB75; }
a { background-color: rgb(176,219,117); }
div.DivClassName
{
background-color: #B0DB75;
}
.BgClassName
{
background-color: #B0DB75;
}
</style>
border-color css
<style>
span { border-color: #B0DB75; }
span { border-color: rgb(176,219,117); }
td.TdClassName
{
border-color: #B0DB75;
}
.TagClassName
{
border-color: #B0DB75;
}
</style>