Shades of Feijoa #B5DC90
Tints of Feijoa #B5DC90
RGB
CMYK
RGB Variations
Color information
#B5DC90 (or 0xB5DC90) is known color: Feijoa. HEX triplet: B5, DC and 90. RGB value is (181,220,144). Sum of RGB (Red+Green+Blue) = 181+220+144=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC90 is #4A236F. Grayscale: #C7C7C7. Windows color (decimal): -4858736 or 9493685. OLE color: 9493685.
HSL color Cylindrical-coordinate representation of color #B5DC90: hue angle of 90.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5DC90 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 144 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.14 |
| HSL | 90.79º | 0.52% | 0.71% | - |
| HSV(B) | 90.79º | 0.35% | 0.86% | - |
| XYZ | 49.68 | 63.02 | 35.93 | - |
| YUV | 199.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 144 | 0.18 | 0 | 0.35 | 0.14 | 90.79 | 0.52 | 0.71 |
| Hex | B5 | DC | 90 | 12 | 0 | 23 | E | 5B | 34 | 47 |
| Octal | 265 | 334 | 220 | 22 | 0 | 43 | 16 | 133 | 64 | 107 |
| Binary | 10110101 | 11011100 | 10010000 | 10010 | 0 | 100011 | 1110 | 1011011 | 110100 | 1000111 |
Color Harmonies of #B5DC90
Complementary color
Monochromatic Colors of #B5DC90
Black with #B5DC90
Text Example
Text Example
White with #B5DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC90; }
p { color: rgb(181,220,144); }
H1.HeaderClassName
{
color: #B5DC90;
}
.AnyTagClassName
{
color: #B5DC90;
}
</style>
background-color css
<style>
a { background-color: #B5DC90; }
a { background-color: rgb(181,220,144); }
div.DivClassName
{
background-color: #B5DC90;
}
.BgClassName
{
background-color: #B5DC90;
}
</style>
border-color css
<style>
span { border-color: #B5DC90; }
span { border-color: rgb(181,220,144); }
td.TdClassName
{
border-color: #B5DC90;
}
.TagClassName
{
border-color: #B5DC90;
}
</style>