Shades of Feijoa #B2DD85
Tints of Feijoa #B2DD85
RGB
CMYK
RGB Variations
Color information
#B2DD85 (or 0xB2DD85) is known color: Feijoa. HEX triplet: B2, DD and 85. RGB value is (178,221,133). Sum of RGB (Red+Green+Blue) = 178+221+133=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD85 is #4D227A. Grayscale: #C6C6C6. Windows color (decimal): -5055099 or 8773042. OLE color: 8773042.
HSL color Cylindrical-coordinate representation of color #B2DD85: hue angle of 89.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2DD85 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 133 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.13 |
| HSL | 89.32º | 0.56% | 0.69% | - |
| HSV(B) | 89.32º | 0.4% | 0.87% | - |
| XYZ | 48.45 | 62.87 | 31.77 | - |
| YUV | 198.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 133 | 0.19 | 0 | 0.40 | 0.13 | 89.32 | 0.56 | 0.69 |
| Hex | B2 | DD | 85 | 13 | 0 | 28 | D | 59 | 38 | 45 |
| Octal | 262 | 335 | 205 | 23 | 0 | 50 | 15 | 131 | 70 | 105 |
| Binary | 10110010 | 11011101 | 10000101 | 10011 | 0 | 101000 | 1101 | 1011001 | 111000 | 1000101 |
Color Harmonies of #B2DD85
Complementary color
Monochromatic Colors of #B2DD85
Black with #B2DD85
Text Example
Text Example
White with #B2DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD85; }
p { color: rgb(178,221,133); }
H1.HeaderClassName
{
color: #B2DD85;
}
.AnyTagClassName
{
color: #B2DD85;
}
</style>
background-color css
<style>
a { background-color: #B2DD85; }
a { background-color: rgb(178,221,133); }
div.DivClassName
{
background-color: #B2DD85;
}
.BgClassName
{
background-color: #B2DD85;
}
</style>
border-color css
<style>
span { border-color: #B2DD85; }
span { border-color: rgb(178,221,133); }
td.TdClassName
{
border-color: #B2DD85;
}
.TagClassName
{
border-color: #B2DD85;
}
</style>