Shades of Feijoa #B4DB82
Tints of Feijoa #B4DB82
RGB
CMYK
RGB Variations
Color information
#B4DB82 (or 0xB4DB82) is known color: Feijoa. HEX triplet: B4, DB and 82. RGB value is (180,219,130). Sum of RGB (Red+Green+Blue) = 180+219+130=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB82 is #4B247D. Grayscale: #C5C5C5. Windows color (decimal): -4924542 or 8575924. OLE color: 8575924.
HSL color Cylindrical-coordinate representation of color #B4DB82: hue angle of 86.29º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4DB82 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 130 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.14 |
| HSL | 86.29º | 0.55% | 0.68% | - |
| HSV(B) | 86.29º | 0.41% | 0.86% | - |
| XYZ | 48.18 | 61.98 | 30.54 | - |
| YUV | 197.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 130 | 0.18 | 0 | 0.41 | 0.14 | 86.29 | 0.55 | 0.68 |
| Hex | B4 | DB | 82 | 12 | 0 | 29 | E | 56 | 37 | 44 |
| Octal | 264 | 333 | 202 | 22 | 0 | 51 | 16 | 126 | 67 | 104 |
| Binary | 10110100 | 11011011 | 10000010 | 10010 | 0 | 101001 | 1110 | 1010110 | 110111 | 1000100 |
Color Harmonies of #B4DB82
Complementary color
Monochromatic Colors of #B4DB82
Black with #B4DB82
Text Example
Text Example
White with #B4DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB82; }
p { color: rgb(180,219,130); }
H1.HeaderClassName
{
color: #B4DB82;
}
.AnyTagClassName
{
color: #B4DB82;
}
</style>
background-color css
<style>
a { background-color: #B4DB82; }
a { background-color: rgb(180,219,130); }
div.DivClassName
{
background-color: #B4DB82;
}
.BgClassName
{
background-color: #B4DB82;
}
</style>
border-color css
<style>
span { border-color: #B4DB82; }
span { border-color: rgb(180,219,130); }
td.TdClassName
{
border-color: #B4DB82;
}
.TagClassName
{
border-color: #B4DB82;
}
</style>