Shades of Feijoa #B5DC93
Tints of Feijoa #B5DC93
RGB
CMYK
RGB Variations
Color information
#B5DC93 (or 0xB5DC93) is known color: Feijoa. HEX triplet: B5, DC and 93. RGB value is (181,220,147). Sum of RGB (Red+Green+Blue) = 181+220+147=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC93 is #4A236C. Grayscale: #C8C8C8. Windows color (decimal): -4858733 or 9690293. OLE color: 9690293.
HSL color Cylindrical-coordinate representation of color #B5DC93: hue angle of 92.05º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5DC93 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 147 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.14 |
| HSL | 92.05º | 0.51% | 0.72% | - |
| HSV(B) | 92.05º | 0.33% | 0.86% | - |
| XYZ | 49.92 | 63.12 | 37.16 | - |
| YUV | 200.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 147 | 0.18 | 0 | 0.33 | 0.14 | 92.05 | 0.51 | 0.72 |
| Hex | B5 | DC | 93 | 12 | 0 | 21 | E | 5C | 33 | 48 |
| Octal | 265 | 334 | 223 | 22 | 0 | 41 | 16 | 134 | 63 | 110 |
| Binary | 10110101 | 11011100 | 10010011 | 10010 | 0 | 100001 | 1110 | 1011100 | 110011 | 1001000 |
Color Harmonies of #B5DC93
Complementary color
Monochromatic Colors of #B5DC93
Black with #B5DC93
Text Example
Text Example
White with #B5DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC93; }
p { color: rgb(181,220,147); }
H1.HeaderClassName
{
color: #B5DC93;
}
.AnyTagClassName
{
color: #B5DC93;
}
</style>
background-color css
<style>
a { background-color: #B5DC93; }
a { background-color: rgb(181,220,147); }
div.DivClassName
{
background-color: #B5DC93;
}
.BgClassName
{
background-color: #B5DC93;
}
</style>
border-color css
<style>
span { border-color: #B5DC93; }
span { border-color: rgb(181,220,147); }
td.TdClassName
{
border-color: #B5DC93;
}
.TagClassName
{
border-color: #B5DC93;
}
</style>