Shades of Feijoa #B5DD90
Tints of Feijoa #B5DD90
RGB
CMYK
RGB Variations
Color information
#B5DD90 (or 0xB5DD90) is known color: Feijoa. HEX triplet: B5, DD and 90. RGB value is (181,221,144). Sum of RGB (Red+Green+Blue) = 181+221+144=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD90 is #4A226F. Grayscale: #C8C8C8. Windows color (decimal): -4858480 or 9493941. OLE color: 9493941.
HSL color Cylindrical-coordinate representation of color #B5DD90: hue angle of 91.17º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5DD90 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 144 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.13 |
| HSL | 91.17º | 0.53% | 0.72% | - |
| HSV(B) | 91.17º | 0.35% | 0.87% | - |
| XYZ | 49.95 | 63.55 | 36.02 | - |
| YUV | 200.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 144 | 0.18 | 0 | 0.35 | 0.13 | 91.17 | 0.53 | 0.72 |
| Hex | B5 | DD | 90 | 12 | 0 | 23 | D | 5B | 35 | 48 |
| Octal | 265 | 335 | 220 | 22 | 0 | 43 | 15 | 133 | 65 | 110 |
| Binary | 10110101 | 11011101 | 10010000 | 10010 | 0 | 100011 | 1101 | 1011011 | 110101 | 1001000 |
Color Harmonies of #B5DD90
Complementary color
Monochromatic Colors of #B5DD90
Black with #B5DD90
Text Example
Text Example
White with #B5DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD90; }
p { color: rgb(181,221,144); }
H1.HeaderClassName
{
color: #B5DD90;
}
.AnyTagClassName
{
color: #B5DD90;
}
</style>
background-color css
<style>
a { background-color: #B5DD90; }
a { background-color: rgb(181,221,144); }
div.DivClassName
{
background-color: #B5DD90;
}
.BgClassName
{
background-color: #B5DD90;
}
</style>
border-color css
<style>
span { border-color: #B5DD90; }
span { border-color: rgb(181,221,144); }
td.TdClassName
{
border-color: #B5DD90;
}
.TagClassName
{
border-color: #B5DD90;
}
</style>