Shades of Feijoa #B0DD95
Tints of Feijoa #B0DD95
RGB
CMYK
RGB Variations
Color information
#B0DD95 (or 0xB0DD95) is known color: Feijoa. HEX triplet: B0, DD and 95. RGB value is (176,221,149). Sum of RGB (Red+Green+Blue) = 176+221+149=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD95 is #4F226A. Grayscale: #C7C7C7. Windows color (decimal): -5186155 or 9821616. OLE color: 9821616.
HSL color Cylindrical-coordinate representation of color #B0DD95: hue angle of 97.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0DD95 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 149 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.13 |
| HSL | 97.5º | 0.51% | 0.73% | - |
| HSV(B) | 97.5º | 0.33% | 0.87% | - |
| XYZ | 49.19 | 63.11 | 38.02 | - |
| YUV | 199.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 149 | 0.20 | 0 | 0.33 | 0.13 | 97.5 | 0.51 | 0.73 |
| Hex | B0 | DD | 95 | 14 | 0 | 21 | D | 62 | 33 | 49 |
| Octal | 260 | 335 | 225 | 24 | 0 | 41 | 15 | 142 | 63 | 111 |
| Binary | 10110000 | 11011101 | 10010101 | 10100 | 0 | 100001 | 1101 | 1100010 | 110011 | 1001001 |
Color Harmonies of #B0DD95
Complementary color
Monochromatic Colors of #B0DD95
Black with #B0DD95
Text Example
Text Example
White with #B0DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD95; }
p { color: rgb(176,221,149); }
H1.HeaderClassName
{
color: #B0DD95;
}
.AnyTagClassName
{
color: #B0DD95;
}
</style>
background-color css
<style>
a { background-color: #B0DD95; }
a { background-color: rgb(176,221,149); }
div.DivClassName
{
background-color: #B0DD95;
}
.BgClassName
{
background-color: #B0DD95;
}
</style>
border-color css
<style>
span { border-color: #B0DD95; }
span { border-color: rgb(176,221,149); }
td.TdClassName
{
border-color: #B0DD95;
}
.TagClassName
{
border-color: #B0DD95;
}
</style>