Shades of Feijoa #B5DB85
Tints of Feijoa #B5DB85
RGB
CMYK
RGB Variations
Color information
#B5DB85 (or 0xB5DB85) is known color: Feijoa. HEX triplet: B5, DB and 85. RGB value is (181,219,133). Sum of RGB (Red+Green+Blue) = 181+219+133=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB85 is #4A247A. Grayscale: #C6C6C6. Windows color (decimal): -4859003 or 8772533. OLE color: 8772533.
HSL color Cylindrical-coordinate representation of color #B5DB85: hue angle of 86.51º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5DB85 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 133 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.14 |
| HSL | 86.51º | 0.54% | 0.69% | - |
| HSV(B) | 86.51º | 0.39% | 0.86% | - |
| XYZ | 48.62 | 62.18 | 31.63 | - |
| YUV | 197.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 133 | 0.17 | 0 | 0.39 | 0.14 | 86.51 | 0.54 | 0.69 |
| Hex | B5 | DB | 85 | 11 | 0 | 27 | E | 57 | 36 | 45 |
| Octal | 265 | 333 | 205 | 21 | 0 | 47 | 16 | 127 | 66 | 105 |
| Binary | 10110101 | 11011011 | 10000101 | 10001 | 0 | 100111 | 1110 | 1010111 | 110110 | 1000101 |
Color Harmonies of #B5DB85
Complementary color
Monochromatic Colors of #B5DB85
Black with #B5DB85
Text Example
Text Example
White with #B5DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB85; }
p { color: rgb(181,219,133); }
H1.HeaderClassName
{
color: #B5DB85;
}
.AnyTagClassName
{
color: #B5DB85;
}
</style>
background-color css
<style>
a { background-color: #B5DB85; }
a { background-color: rgb(181,219,133); }
div.DivClassName
{
background-color: #B5DB85;
}
.BgClassName
{
background-color: #B5DB85;
}
</style>
border-color css
<style>
span { border-color: #B5DB85; }
span { border-color: rgb(181,219,133); }
td.TdClassName
{
border-color: #B5DB85;
}
.TagClassName
{
border-color: #B5DB85;
}
</style>