Shades of Feijoa #B0DF7A
Tints of Feijoa #B0DF7A
RGB
CMYK
RGB Variations
Color information
#B0DF7A (or 0xB0DF7A) is known color: Feijoa. HEX triplet: B0, DF and 7A. RGB value is (176,223,122). Sum of RGB (Red+Green+Blue) = 176+223+122=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF7A is #4F2085. Grayscale: #C5C5C5. Windows color (decimal): -5185670 or 8052656. OLE color: 8052656.
HSL color Cylindrical-coordinate representation of color #B0DF7A: hue angle of 87.92º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0DF7A is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 122 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.13 |
| HSL | 87.92º | 0.61% | 0.68% | - |
| HSV(B) | 87.92º | 0.45% | 0.87% | - |
| XYZ | 47.81 | 63.41 | 28.13 | - |
| YUV | 197.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 122 | 0.21 | 0 | 0.45 | 0.13 | 87.92 | 0.61 | 0.68 |
| Hex | B0 | DF | 7A | 15 | 0 | 2D | D | 58 | 3D | 44 |
| Octal | 260 | 337 | 172 | 25 | 0 | 55 | 15 | 130 | 75 | 104 |
| Binary | 10110000 | 11011111 | 1111010 | 10101 | 0 | 101101 | 1101 | 1011000 | 111101 | 1000100 |
Color Harmonies of #B0DF7A
Complementary color
Monochromatic Colors of #B0DF7A
Black with #B0DF7A
Text Example
Text Example
White with #B0DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF7A; }
p { color: rgb(176,223,122); }
H1.HeaderClassName
{
color: #B0DF7A;
}
.AnyTagClassName
{
color: #B0DF7A;
}
</style>
background-color css
<style>
a { background-color: #B0DF7A; }
a { background-color: rgb(176,223,122); }
div.DivClassName
{
background-color: #B0DF7A;
}
.BgClassName
{
background-color: #B0DF7A;
}
</style>
border-color css
<style>
span { border-color: #B0DF7A; }
span { border-color: rgb(176,223,122); }
td.TdClassName
{
border-color: #B0DF7A;
}
.TagClassName
{
border-color: #B0DF7A;
}
</style>