Shades of Feijoa #B2DD7C
Tints of Feijoa #B2DD7C
RGB
CMYK
RGB Variations
Color information
#B2DD7C (or 0xB2DD7C) is known color: Feijoa. HEX triplet: B2, DD and 7C. RGB value is (178,221,124). Sum of RGB (Red+Green+Blue) = 178+221+124=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD7C is #4D2283. Grayscale: #C5C5C5. Windows color (decimal): -5055108 or 8183218. OLE color: 8183218.
HSL color Cylindrical-coordinate representation of color #B2DD7C: hue angle of 86.6º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2DD7C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 124 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.13 |
| HSL | 86.6º | 0.59% | 0.68% | - |
| HSV(B) | 86.6º | 0.44% | 0.87% | - |
| XYZ | 47.85 | 62.63 | 28.64 | - |
| YUV | 197.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 124 | 0.19 | 0 | 0.44 | 0.13 | 86.6 | 0.59 | 0.68 |
| Hex | B2 | DD | 7C | 13 | 0 | 2C | D | 57 | 3B | 44 |
| Octal | 262 | 335 | 174 | 23 | 0 | 54 | 15 | 127 | 73 | 104 |
| Binary | 10110010 | 11011101 | 1111100 | 10011 | 0 | 101100 | 1101 | 1010111 | 111011 | 1000100 |
Color Harmonies of #B2DD7C
Complementary color
Monochromatic Colors of #B2DD7C
Black with #B2DD7C
Text Example
Text Example
White with #B2DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD7C; }
p { color: rgb(178,221,124); }
H1.HeaderClassName
{
color: #B2DD7C;
}
.AnyTagClassName
{
color: #B2DD7C;
}
</style>
background-color css
<style>
a { background-color: #B2DD7C; }
a { background-color: rgb(178,221,124); }
div.DivClassName
{
background-color: #B2DD7C;
}
.BgClassName
{
background-color: #B2DD7C;
}
</style>
border-color css
<style>
span { border-color: #B2DD7C; }
span { border-color: rgb(178,221,124); }
td.TdClassName
{
border-color: #B2DD7C;
}
.TagClassName
{
border-color: #B2DD7C;
}
</style>