Shades of Feijoa #B4DD8A
Tints of Feijoa #B4DD8A
RGB
CMYK
RGB Variations
Color information
#B4DD8A (or 0xB4DD8A) is known color: Feijoa. HEX triplet: B4, DD and 8A. RGB value is (180,221,138). Sum of RGB (Red+Green+Blue) = 180+221+138=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD8A is #4B2275. Grayscale: #C7C7C7. Windows color (decimal): -4924022 or 9100724. OLE color: 9100724.
HSL color Cylindrical-coordinate representation of color #B4DD8A: hue angle of 89.64º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4DD8A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 138 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.13 |
| HSL | 89.64º | 0.55% | 0.7% | - |
| HSV(B) | 89.64º | 0.38% | 0.87% | - |
| XYZ | 49.27 | 63.25 | 33.66 | - |
| YUV | 199.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 138 | 0.19 | 0 | 0.38 | 0.13 | 89.64 | 0.55 | 0.7 |
| Hex | B4 | DD | 8A | 13 | 0 | 26 | D | 5A | 37 | 46 |
| Octal | 264 | 335 | 212 | 23 | 0 | 46 | 15 | 132 | 67 | 106 |
| Binary | 10110100 | 11011101 | 10001010 | 10011 | 0 | 100110 | 1101 | 1011010 | 110111 | 1000110 |
Color Harmonies of #B4DD8A
Complementary color
Monochromatic Colors of #B4DD8A
Black with #B4DD8A
Text Example
Text Example
White with #B4DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DD8A; }
p { color: rgb(180,221,138); }
H1.HeaderClassName
{
color: #B4DD8A;
}
.AnyTagClassName
{
color: #B4DD8A;
}
</style>
background-color css
<style>
a { background-color: #B4DD8A; }
a { background-color: rgb(180,221,138); }
div.DivClassName
{
background-color: #B4DD8A;
}
.BgClassName
{
background-color: #B4DD8A;
}
</style>
border-color css
<style>
span { border-color: #B4DD8A; }
span { border-color: rgb(180,221,138); }
td.TdClassName
{
border-color: #B4DD8A;
}
.TagClassName
{
border-color: #B4DD8A;
}
</style>