Shades of Feijoa #B5DC8E
Tints of Feijoa #B5DC8E
RGB
CMYK
RGB Variations
Color information
#B5DC8E (or 0xB5DC8E) is known color: Feijoa. HEX triplet: B5, DC and 8E. RGB value is (181,220,142). Sum of RGB (Red+Green+Blue) = 181+220+142=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC8E is #4A2371. Grayscale: #C7C7C7. Windows color (decimal): -4858738 or 9362613. OLE color: 9362613.
HSL color Cylindrical-coordinate representation of color #B5DC8E: hue angle of 90º degrees, saturation: 0.53, 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 #B5DC8E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 142 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.14 |
| HSL | 90º | 0.53% | 0.71% | - |
| HSV(B) | 90º | 0.35% | 0.86% | - |
| XYZ | 49.53 | 62.96 | 35.13 | - |
| YUV | 199.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 142 | 0.18 | 0 | 0.35 | 0.14 | 90 | 0.53 | 0.71 |
| Hex | B5 | DC | 8E | 12 | 0 | 23 | E | 5A | 35 | 47 |
| Octal | 265 | 334 | 216 | 22 | 0 | 43 | 16 | 132 | 65 | 107 |
| Binary | 10110101 | 11011100 | 10001110 | 10010 | 0 | 100011 | 1110 | 1011010 | 110101 | 1000111 |
Color Harmonies of #B5DC8E
Complementary color
Monochromatic Colors of #B5DC8E
Black with #B5DC8E
Text Example
Text Example
White with #B5DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC8E; }
p { color: rgb(181,220,142); }
H1.HeaderClassName
{
color: #B5DC8E;
}
.AnyTagClassName
{
color: #B5DC8E;
}
</style>
background-color css
<style>
a { background-color: #B5DC8E; }
a { background-color: rgb(181,220,142); }
div.DivClassName
{
background-color: #B5DC8E;
}
.BgClassName
{
background-color: #B5DC8E;
}
</style>
border-color css
<style>
span { border-color: #B5DC8E; }
span { border-color: rgb(181,220,142); }
td.TdClassName
{
border-color: #B5DC8E;
}
.TagClassName
{
border-color: #B5DC8E;
}
</style>