Shades of Feijoa #B2DD82
Tints of Feijoa #B2DD82
RGB
CMYK
RGB Variations
Color information
#B2DD82 (or 0xB2DD82) is known color: Feijoa. HEX triplet: B2, DD and 82. RGB value is (178,221,130). Sum of RGB (Red+Green+Blue) = 178+221+130=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD82 is #4D227D. Grayscale: #C6C6C6. Windows color (decimal): -5055102 or 8576434. OLE color: 8576434.
HSL color Cylindrical-coordinate representation of color #B2DD82: hue angle of 88.35º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2DD82 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 130 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.13 |
| HSL | 88.35º | 0.57% | 0.69% | - |
| HSV(B) | 88.35º | 0.41% | 0.87% | - |
| XYZ | 48.25 | 62.79 | 30.7 | - |
| YUV | 197.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 130 | 0.19 | 0 | 0.41 | 0.13 | 88.35 | 0.57 | 0.69 |
| Hex | B2 | DD | 82 | 13 | 0 | 29 | D | 58 | 39 | 45 |
| Octal | 262 | 335 | 202 | 23 | 0 | 51 | 15 | 130 | 71 | 105 |
| Binary | 10110010 | 11011101 | 10000010 | 10011 | 0 | 101001 | 1101 | 1011000 | 111001 | 1000101 |
Color Harmonies of #B2DD82
Complementary color
Monochromatic Colors of #B2DD82
Black with #B2DD82
Text Example
Text Example
White with #B2DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD82; }
p { color: rgb(178,221,130); }
H1.HeaderClassName
{
color: #B2DD82;
}
.AnyTagClassName
{
color: #B2DD82;
}
</style>
background-color css
<style>
a { background-color: #B2DD82; }
a { background-color: rgb(178,221,130); }
div.DivClassName
{
background-color: #B2DD82;
}
.BgClassName
{
background-color: #B2DD82;
}
</style>
border-color css
<style>
span { border-color: #B2DD82; }
span { border-color: rgb(178,221,130); }
td.TdClassName
{
border-color: #B2DD82;
}
.TagClassName
{
border-color: #B2DD82;
}
</style>