Shades of Feijoa #B0DF8E
Tints of Feijoa #B0DF8E
RGB
CMYK
RGB Variations
Color information
#B0DF8E (or 0xB0DF8E) is known color: Feijoa. HEX triplet: B0, DF and 8E. RGB value is (176,223,142). Sum of RGB (Red+Green+Blue) = 176+223+142=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF8E is #4F2071. Grayscale: #C7C7C7. Windows color (decimal): -5185650 or 9363376. OLE color: 9363376.
HSL color Cylindrical-coordinate representation of color #B0DF8E: hue angle of 94.81º 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 #B0DF8E is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 142 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.13 |
| HSL | 94.81º | 0.56% | 0.72% | - |
| HSV(B) | 94.81º | 0.36% | 0.87% | - |
| XYZ | 49.17 | 63.96 | 35.34 | - |
| YUV | 199.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 142 | 0.21 | 0 | 0.36 | 0.13 | 94.81 | 0.56 | 0.72 |
| Hex | B0 | DF | 8E | 15 | 0 | 24 | D | 5F | 38 | 48 |
| Octal | 260 | 337 | 216 | 25 | 0 | 44 | 15 | 137 | 70 | 110 |
| Binary | 10110000 | 11011111 | 10001110 | 10101 | 0 | 100100 | 1101 | 1011111 | 111000 | 1001000 |
Color Harmonies of #B0DF8E
Complementary color
Monochromatic Colors of #B0DF8E
Black with #B0DF8E
Text Example
Text Example
White with #B0DF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF8E; }
p { color: rgb(176,223,142); }
H1.HeaderClassName
{
color: #B0DF8E;
}
.AnyTagClassName
{
color: #B0DF8E;
}
</style>
background-color css
<style>
a { background-color: #B0DF8E; }
a { background-color: rgb(176,223,142); }
div.DivClassName
{
background-color: #B0DF8E;
}
.BgClassName
{
background-color: #B0DF8E;
}
</style>
border-color css
<style>
span { border-color: #B0DF8E; }
span { border-color: rgb(176,223,142); }
td.TdClassName
{
border-color: #B0DF8E;
}
.TagClassName
{
border-color: #B0DF8E;
}
</style>