Shades of Feijoa #B4DD8E
Tints of Feijoa #B4DD8E
RGB
CMYK
RGB Variations
Color information
#B4DD8E (or 0xB4DD8E) is known color: Feijoa. HEX triplet: B4, DD and 8E. RGB value is (180,221,142). Sum of RGB (Red+Green+Blue) = 180+221+142=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD8E is #4B2271. Grayscale: #C8C8C8. Windows color (decimal): -4924018 or 9362868. OLE color: 9362868.
HSL color Cylindrical-coordinate representation of color #B4DD8E: hue angle of 91.14º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4DD8E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 142 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.13 |
| HSL | 91.14º | 0.54% | 0.71% | - |
| HSV(B) | 91.14º | 0.36% | 0.87% | - |
| XYZ | 49.56 | 63.37 | 35.21 | - |
| YUV | 199.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 142 | 0.19 | 0 | 0.36 | 0.13 | 91.14 | 0.54 | 0.71 |
| Hex | B4 | DD | 8E | 13 | 0 | 24 | D | 5B | 36 | 47 |
| Octal | 264 | 335 | 216 | 23 | 0 | 44 | 15 | 133 | 66 | 107 |
| Binary | 10110100 | 11011101 | 10001110 | 10011 | 0 | 100100 | 1101 | 1011011 | 110110 | 1000111 |
Color Harmonies of #B4DD8E
Complementary color
Monochromatic Colors of #B4DD8E
Black with #B4DD8E
Text Example
Text Example
White with #B4DD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DD8E; }
p { color: rgb(180,221,142); }
H1.HeaderClassName
{
color: #B4DD8E;
}
.AnyTagClassName
{
color: #B4DD8E;
}
</style>
background-color css
<style>
a { background-color: #B4DD8E; }
a { background-color: rgb(180,221,142); }
div.DivClassName
{
background-color: #B4DD8E;
}
.BgClassName
{
background-color: #B4DD8E;
}
</style>
border-color css
<style>
span { border-color: #B4DD8E; }
span { border-color: rgb(180,221,142); }
td.TdClassName
{
border-color: #B4DD8E;
}
.TagClassName
{
border-color: #B4DD8E;
}
</style>