Shades of Feijoa #B5DD93
Tints of Feijoa #B5DD93
RGB
CMYK
RGB Variations
Color information
#B5DD93 (or 0xB5DD93) is known color: Feijoa. HEX triplet: B5, DD and 93. RGB value is (181,221,147). Sum of RGB (Red+Green+Blue) = 181+221+147=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD93 is #4A226C. Grayscale: #C8C8C8. Windows color (decimal): -4858477 or 9690549. OLE color: 9690549.
HSL color Cylindrical-coordinate representation of color #B5DD93: hue angle of 92.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5DD93 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 147 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.13 |
| HSL | 92.43º | 0.52% | 0.72% | - |
| HSV(B) | 92.43º | 0.33% | 0.87% | - |
| XYZ | 50.18 | 63.64 | 37.24 | - |
| YUV | 200.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 147 | 0.18 | 0 | 0.33 | 0.13 | 92.43 | 0.52 | 0.72 |
| Hex | B5 | DD | 93 | 12 | 0 | 21 | D | 5C | 34 | 48 |
| Octal | 265 | 335 | 223 | 22 | 0 | 41 | 15 | 134 | 64 | 110 |
| Binary | 10110101 | 11011101 | 10010011 | 10010 | 0 | 100001 | 1101 | 1011100 | 110100 | 1001000 |
Color Harmonies of #B5DD93
Complementary color
Monochromatic Colors of #B5DD93
Black with #B5DD93
Text Example
Text Example
White with #B5DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD93; }
p { color: rgb(181,221,147); }
H1.HeaderClassName
{
color: #B5DD93;
}
.AnyTagClassName
{
color: #B5DD93;
}
</style>
background-color css
<style>
a { background-color: #B5DD93; }
a { background-color: rgb(181,221,147); }
div.DivClassName
{
background-color: #B5DD93;
}
.BgClassName
{
background-color: #B5DD93;
}
</style>
border-color css
<style>
span { border-color: #B5DD93; }
span { border-color: rgb(181,221,147); }
td.TdClassName
{
border-color: #B5DD93;
}
.TagClassName
{
border-color: #B5DD93;
}
</style>