Shades of Feijoa #B5DB83
Tints of Feijoa #B5DB83
RGB
CMYK
RGB Variations
Color information
#B5DB83 (or 0xB5DB83) is known color: Feijoa. HEX triplet: B5, DB and 83. RGB value is (181,219,131). Sum of RGB (Red+Green+Blue) = 181+219+131=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB83 is #4A247C. Grayscale: #C5C5C5. Windows color (decimal): -4859005 or 8641461. OLE color: 8641461.
HSL color Cylindrical-coordinate representation of color #B5DB83: hue angle of 85.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5DB83 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 131 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.14 |
| HSL | 85.91º | 0.55% | 0.69% | - |
| HSV(B) | 85.91º | 0.4% | 0.86% | - |
| XYZ | 48.48 | 62.13 | 30.91 | - |
| YUV | 197.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 131 | 0.17 | 0 | 0.40 | 0.14 | 85.91 | 0.55 | 0.69 |
| Hex | B5 | DB | 83 | 11 | 0 | 28 | E | 56 | 37 | 45 |
| Octal | 265 | 333 | 203 | 21 | 0 | 50 | 16 | 126 | 67 | 105 |
| Binary | 10110101 | 11011011 | 10000011 | 10001 | 0 | 101000 | 1110 | 1010110 | 110111 | 1000101 |
Color Harmonies of #B5DB83
Complementary color
Monochromatic Colors of #B5DB83
Black with #B5DB83
Text Example
Text Example
White with #B5DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB83; }
p { color: rgb(181,219,131); }
H1.HeaderClassName
{
color: #B5DB83;
}
.AnyTagClassName
{
color: #B5DB83;
}
</style>
background-color css
<style>
a { background-color: #B5DB83; }
a { background-color: rgb(181,219,131); }
div.DivClassName
{
background-color: #B5DB83;
}
.BgClassName
{
background-color: #B5DB83;
}
</style>
border-color css
<style>
span { border-color: #B5DB83; }
span { border-color: rgb(181,219,131); }
td.TdClassName
{
border-color: #B5DB83;
}
.TagClassName
{
border-color: #B5DB83;
}
</style>