Shades of Feijoa #B2DD7D
Tints of Feijoa #B2DD7D
RGB
CMYK
RGB Variations
Color information
#B2DD7D (or 0xB2DD7D) is known color: Feijoa. HEX triplet: B2, DD and 7D. RGB value is (178,221,125). Sum of RGB (Red+Green+Blue) = 178+221+125=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD7D is #4D2282. Grayscale: #C5C5C5. Windows color (decimal): -5055107 or 8248754. OLE color: 8248754.
HSL color Cylindrical-coordinate representation of color #B2DD7D: hue angle of 86.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2DD7D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 125 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.13 |
| HSL | 86.88º | 0.59% | 0.68% | - |
| HSV(B) | 86.88º | 0.43% | 0.87% | - |
| XYZ | 47.92 | 62.66 | 28.97 | - |
| YUV | 197.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 125 | 0.19 | 0 | 0.43 | 0.13 | 86.88 | 0.59 | 0.68 |
| Hex | B2 | DD | 7D | 13 | 0 | 2B | D | 57 | 3B | 44 |
| Octal | 262 | 335 | 175 | 23 | 0 | 53 | 15 | 127 | 73 | 104 |
| Binary | 10110010 | 11011101 | 1111101 | 10011 | 0 | 101011 | 1101 | 1010111 | 111011 | 1000100 |
Color Harmonies of #B2DD7D
Complementary color
Monochromatic Colors of #B2DD7D
Black with #B2DD7D
Text Example
Text Example
White with #B2DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD7D; }
p { color: rgb(178,221,125); }
H1.HeaderClassName
{
color: #B2DD7D;
}
.AnyTagClassName
{
color: #B2DD7D;
}
</style>
background-color css
<style>
a { background-color: #B2DD7D; }
a { background-color: rgb(178,221,125); }
div.DivClassName
{
background-color: #B2DD7D;
}
.BgClassName
{
background-color: #B2DD7D;
}
</style>
border-color css
<style>
span { border-color: #B2DD7D; }
span { border-color: rgb(178,221,125); }
td.TdClassName
{
border-color: #B2DD7D;
}
.TagClassName
{
border-color: #B2DD7D;
}
</style>