Shades of Feijoa #B2DD8D
Tints of Feijoa #B2DD8D
RGB
CMYK
RGB Variations
Color information
#B2DD8D (or 0xB2DD8D) is known color: Feijoa. HEX triplet: B2, DD and 8D. RGB value is (178,221,141). Sum of RGB (Red+Green+Blue) = 178+221+141=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD8D is #4D2272. Grayscale: #C7C7C7. Windows color (decimal): -5055091 or 9297330. OLE color: 9297330.
HSL color Cylindrical-coordinate representation of color #B2DD8D: hue angle of 92.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2DD8D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 141 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.13 |
| HSL | 92.25º | 0.54% | 0.71% | - |
| HSV(B) | 92.25º | 0.36% | 0.87% | - |
| XYZ | 49.02 | 63.1 | 34.8 | - |
| YUV | 199.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 141 | 0.19 | 0 | 0.36 | 0.13 | 92.25 | 0.54 | 0.71 |
| Hex | B2 | DD | 8D | 13 | 0 | 24 | D | 5C | 36 | 47 |
| Octal | 262 | 335 | 215 | 23 | 0 | 44 | 15 | 134 | 66 | 107 |
| Binary | 10110010 | 11011101 | 10001101 | 10011 | 0 | 100100 | 1101 | 1011100 | 110110 | 1000111 |
Color Harmonies of #B2DD8D
Complementary color
Monochromatic Colors of #B2DD8D
Black with #B2DD8D
Text Example
Text Example
White with #B2DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD8D; }
p { color: rgb(178,221,141); }
H1.HeaderClassName
{
color: #B2DD8D;
}
.AnyTagClassName
{
color: #B2DD8D;
}
</style>
background-color css
<style>
a { background-color: #B2DD8D; }
a { background-color: rgb(178,221,141); }
div.DivClassName
{
background-color: #B2DD8D;
}
.BgClassName
{
background-color: #B2DD8D;
}
</style>
border-color css
<style>
span { border-color: #B2DD8D; }
span { border-color: rgb(178,221,141); }
td.TdClassName
{
border-color: #B2DD8D;
}
.TagClassName
{
border-color: #B2DD8D;
}
</style>