Shades of Feijoa #B5DF8F
Tints of Feijoa #B5DF8F
RGB
CMYK
RGB Variations
Color information
#B5DF8F (or 0xB5DF8F) is known color: Feijoa. HEX triplet: B5, DF and 8F. RGB value is (181,223,143). Sum of RGB (Red+Green+Blue) = 181+223+143=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF8F is #4A2070. Grayscale: #C9C9C9. Windows color (decimal): -4857969 or 9428917. OLE color: 9428917.
HSL color Cylindrical-coordinate representation of color #B5DF8F: hue angle of 91.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5DF8F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 143 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.13 |
| HSL | 91.5º | 0.56% | 0.72% | - |
| HSV(B) | 91.5º | 0.36% | 0.87% | - |
| XYZ | 50.4 | 64.58 | 35.8 | - |
| YUV | 201.32 | 95.09 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 143 | 0.19 | 0 | 0.36 | 0.13 | 91.5 | 0.56 | 0.72 |
| Hex | B5 | DF | 8F | 13 | 0 | 24 | D | 5C | 38 | 48 |
| Octal | 265 | 337 | 217 | 23 | 0 | 44 | 15 | 134 | 70 | 110 |
| Binary | 10110101 | 11011111 | 10001111 | 10011 | 0 | 100100 | 1101 | 1011100 | 111000 | 1001000 |
Color Harmonies of #B5DF8F
Complementary color
Monochromatic Colors of #B5DF8F
Black with #B5DF8F
Text Example
Text Example
White with #B5DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF8F; }
p { color: rgb(181,223,143); }
H1.HeaderClassName
{
color: #B5DF8F;
}
.AnyTagClassName
{
color: #B5DF8F;
}
</style>
background-color css
<style>
a { background-color: #B5DF8F; }
a { background-color: rgb(181,223,143); }
div.DivClassName
{
background-color: #B5DF8F;
}
.BgClassName
{
background-color: #B5DF8F;
}
</style>
border-color css
<style>
span { border-color: #B5DF8F; }
span { border-color: rgb(181,223,143); }
td.TdClassName
{
border-color: #B5DF8F;
}
.TagClassName
{
border-color: #B5DF8F;
}
</style>