Shades of Feijoa #B4DE83
Tints of Feijoa #B4DE83
RGB
CMYK
RGB Variations
Color information
#B4DE83 (or 0xB4DE83) is known color: Feijoa. HEX triplet: B4, DE and 83. RGB value is (180,222,131). Sum of RGB (Red+Green+Blue) = 180+222+131=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DE83 is #4B217C. Grayscale: #C7C7C7. Windows color (decimal): -4923773 or 8642228. OLE color: 8642228.
HSL color Cylindrical-coordinate representation of color #B4DE83: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4DE83 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 131 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.13 |
| HSL | 87.69º | 0.58% | 0.69% | - |
| HSV(B) | 87.69º | 0.41% | 0.87% | - |
| XYZ | 49.04 | 63.58 | 31.16 | - |
| YUV | 199.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 131 | 0.19 | 0 | 0.41 | 0.13 | 87.69 | 0.58 | 0.69 |
| Hex | B4 | DE | 83 | 13 | 0 | 29 | D | 58 | 3A | 45 |
| Octal | 264 | 336 | 203 | 23 | 0 | 51 | 15 | 130 | 72 | 105 |
| Binary | 10110100 | 11011110 | 10000011 | 10011 | 0 | 101001 | 1101 | 1011000 | 111010 | 1000101 |
Color Harmonies of #B4DE83
Complementary color
Monochromatic Colors of #B4DE83
Black with #B4DE83
Text Example
Text Example
White with #B4DE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DE83; }
p { color: rgb(180,222,131); }
H1.HeaderClassName
{
color: #B4DE83;
}
.AnyTagClassName
{
color: #B4DE83;
}
</style>
background-color css
<style>
a { background-color: #B4DE83; }
a { background-color: rgb(180,222,131); }
div.DivClassName
{
background-color: #B4DE83;
}
.BgClassName
{
background-color: #B4DE83;
}
</style>
border-color css
<style>
span { border-color: #B4DE83; }
span { border-color: rgb(180,222,131); }
td.TdClassName
{
border-color: #B4DE83;
}
.TagClassName
{
border-color: #B4DE83;
}
</style>