Shades of Feijoa #B0DF82
Tints of Feijoa #B0DF82
RGB
CMYK
RGB Variations
Color information
#B0DF82 (or 0xB0DF82) is known color: Feijoa. HEX triplet: B0, DF and 82. RGB value is (176,223,130). Sum of RGB (Red+Green+Blue) = 176+223+130=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF82 is #4F207D. Grayscale: #C6C6C6. Windows color (decimal): -5185662 or 8576944. OLE color: 8576944.
HSL color Cylindrical-coordinate representation of color #B0DF82: hue angle of 90.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DF82 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 130 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.13 |
| HSL | 90.32º | 0.59% | 0.69% | - |
| HSV(B) | 90.32º | 0.42% | 0.87% | - |
| XYZ | 48.32 | 63.62 | 30.85 | - |
| YUV | 198.35 | 89.43 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 130 | 0.21 | 0 | 0.42 | 0.13 | 90.32 | 0.59 | 0.69 |
| Hex | B0 | DF | 82 | 15 | 0 | 2A | D | 5A | 3B | 45 |
| Octal | 260 | 337 | 202 | 25 | 0 | 52 | 15 | 132 | 73 | 105 |
| Binary | 10110000 | 11011111 | 10000010 | 10101 | 0 | 101010 | 1101 | 1011010 | 111011 | 1000101 |
Color Harmonies of #B0DF82
Complementary color
Monochromatic Colors of #B0DF82
Black with #B0DF82
Text Example
Text Example
White with #B0DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF82; }
p { color: rgb(176,223,130); }
H1.HeaderClassName
{
color: #B0DF82;
}
.AnyTagClassName
{
color: #B0DF82;
}
</style>
background-color css
<style>
a { background-color: #B0DF82; }
a { background-color: rgb(176,223,130); }
div.DivClassName
{
background-color: #B0DF82;
}
.BgClassName
{
background-color: #B0DF82;
}
</style>
border-color css
<style>
span { border-color: #B0DF82; }
span { border-color: rgb(176,223,130); }
td.TdClassName
{
border-color: #B0DF82;
}
.TagClassName
{
border-color: #B0DF82;
}
</style>