Shades of Feijoa #B5DB90
Tints of Feijoa #B5DB90
RGB
CMYK
RGB Variations
Color information
#B5DB90 (or 0xB5DB90) is known color: Feijoa. HEX triplet: B5, DB and 90. RGB value is (181,219,144). Sum of RGB (Red+Green+Blue) = 181+219+144=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB90 is #4A246F. Grayscale: #C7C7C7. Windows color (decimal): -4858992 or 9493429. OLE color: 9493429.
HSL color Cylindrical-coordinate representation of color #B5DB90: hue angle of 90.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5DB90 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 144 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.14 |
| HSL | 90.4º | 0.51% | 0.71% | - |
| HSV(B) | 90.4º | 0.34% | 0.86% | - |
| XYZ | 49.42 | 62.5 | 35.84 | - |
| YUV | 199.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 144 | 0.17 | 0 | 0.34 | 0.14 | 90.4 | 0.51 | 0.71 |
| Hex | B5 | DB | 90 | 11 | 0 | 22 | E | 5A | 33 | 47 |
| Octal | 265 | 333 | 220 | 21 | 0 | 42 | 16 | 132 | 63 | 107 |
| Binary | 10110101 | 11011011 | 10010000 | 10001 | 0 | 100010 | 1110 | 1011010 | 110011 | 1000111 |
Color Harmonies of #B5DB90
Complementary color
Monochromatic Colors of #B5DB90
Black with #B5DB90
Text Example
Text Example
White with #B5DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB90; }
p { color: rgb(181,219,144); }
H1.HeaderClassName
{
color: #B5DB90;
}
.AnyTagClassName
{
color: #B5DB90;
}
</style>
background-color css
<style>
a { background-color: #B5DB90; }
a { background-color: rgb(181,219,144); }
div.DivClassName
{
background-color: #B5DB90;
}
.BgClassName
{
background-color: #B5DB90;
}
</style>
border-color css
<style>
span { border-color: #B5DB90; }
span { border-color: rgb(181,219,144); }
td.TdClassName
{
border-color: #B5DB90;
}
.TagClassName
{
border-color: #B5DB90;
}
</style>