Shades of Feijoa #B2DD7A
Tints of Feijoa #B2DD7A
RGB
CMYK
RGB Variations
Color information
#B2DD7A (or 0xB2DD7A) is known color: Feijoa. HEX triplet: B2, DD and 7A. RGB value is (178,221,122). Sum of RGB (Red+Green+Blue) = 178+221+122=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD7A is #4D2285. Grayscale: #C5C5C5. Windows color (decimal): -5055110 or 8052146. OLE color: 8052146.
HSL color Cylindrical-coordinate representation of color #B2DD7A: hue angle of 86.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2DD7A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 122 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.13 |
| HSL | 86.06º | 0.59% | 0.67% | - |
| HSV(B) | 86.06º | 0.45% | 0.87% | - |
| XYZ | 47.73 | 62.58 | 27.98 | - |
| YUV | 196.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 122 | 0.19 | 0 | 0.45 | 0.13 | 86.06 | 0.59 | 0.67 |
| Hex | B2 | DD | 7A | 13 | 0 | 2D | D | 56 | 3B | 43 |
| Octal | 262 | 335 | 172 | 23 | 0 | 55 | 15 | 126 | 73 | 103 |
| Binary | 10110010 | 11011101 | 1111010 | 10011 | 0 | 101101 | 1101 | 1010110 | 111011 | 1000011 |
Color Harmonies of #B2DD7A
Complementary color
Monochromatic Colors of #B2DD7A
Black with #B2DD7A
Text Example
Text Example
White with #B2DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD7A; }
p { color: rgb(178,221,122); }
H1.HeaderClassName
{
color: #B2DD7A;
}
.AnyTagClassName
{
color: #B2DD7A;
}
</style>
background-color css
<style>
a { background-color: #B2DD7A; }
a { background-color: rgb(178,221,122); }
div.DivClassName
{
background-color: #B2DD7A;
}
.BgClassName
{
background-color: #B2DD7A;
}
</style>
border-color css
<style>
span { border-color: #B2DD7A; }
span { border-color: rgb(178,221,122); }
td.TdClassName
{
border-color: #B2DD7A;
}
.TagClassName
{
border-color: #B2DD7A;
}
</style>