Shades of Feijoa #B5DD8C
Tints of Feijoa #B5DD8C
RGB
CMYK
RGB Variations
Color information
#B5DD8C (or 0xB5DD8C) is known color: Feijoa. HEX triplet: B5, DD and 8C. RGB value is (181,221,140). Sum of RGB (Red+Green+Blue) = 181+221+140=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD8C is #4A2273. Grayscale: #C8C8C8. Windows color (decimal): -4858484 or 9231797. OLE color: 9231797.
HSL color Cylindrical-coordinate representation of color #B5DD8C: hue angle of 89.63º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5DD8C is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 140 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.13 |
| HSL | 89.63º | 0.54% | 0.71% | - |
| HSV(B) | 89.63º | 0.37% | 0.87% | - |
| XYZ | 49.65 | 63.43 | 34.44 | - |
| YUV | 199.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 140 | 0.18 | 0 | 0.37 | 0.13 | 89.63 | 0.54 | 0.71 |
| Hex | B5 | DD | 8C | 12 | 0 | 25 | D | 5A | 36 | 47 |
| Octal | 265 | 335 | 214 | 22 | 0 | 45 | 15 | 132 | 66 | 107 |
| Binary | 10110101 | 11011101 | 10001100 | 10010 | 0 | 100101 | 1101 | 1011010 | 110110 | 1000111 |
Color Harmonies of #B5DD8C
Complementary color
Monochromatic Colors of #B5DD8C
Black with #B5DD8C
Text Example
Text Example
White with #B5DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD8C; }
p { color: rgb(181,221,140); }
H1.HeaderClassName
{
color: #B5DD8C;
}
.AnyTagClassName
{
color: #B5DD8C;
}
</style>
background-color css
<style>
a { background-color: #B5DD8C; }
a { background-color: rgb(181,221,140); }
div.DivClassName
{
background-color: #B5DD8C;
}
.BgClassName
{
background-color: #B5DD8C;
}
</style>
border-color css
<style>
span { border-color: #B5DD8C; }
span { border-color: rgb(181,221,140); }
td.TdClassName
{
border-color: #B5DD8C;
}
.TagClassName
{
border-color: #B5DD8C;
}
</style>