Shades of Feijoa #B2DD76
Tints of Feijoa #B2DD76
RGB
CMYK
RGB Variations
Color information
#B2DD76 (or 0xB2DD76) is known color: Feijoa. HEX triplet: B2, DD and 76. RGB value is (178,221,118). Sum of RGB (Red+Green+Blue) = 178+221+118=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD76 is #4D2289. Grayscale: #C4C4C4. Windows color (decimal): -5055114 or 7790002. OLE color: 7790002.
HSL color Cylindrical-coordinate representation of color #B2DD76: hue angle of 85.05º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DD76 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 118 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.13 |
| HSL | 85.05º | 0.6% | 0.66% | - |
| HSV(B) | 85.05º | 0.47% | 0.87% | - |
| XYZ | 47.49 | 62.49 | 26.7 | - |
| YUV | 196.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 118 | 0.19 | 0 | 0.47 | 0.13 | 85.05 | 0.6 | 0.66 |
| Hex | B2 | DD | 76 | 13 | 0 | 2F | D | 55 | 3C | 42 |
| Octal | 262 | 335 | 166 | 23 | 0 | 57 | 15 | 125 | 74 | 102 |
| Binary | 10110010 | 11011101 | 1110110 | 10011 | 0 | 101111 | 1101 | 1010101 | 111100 | 1000010 |
Color Harmonies of #B2DD76
Complementary color
Monochromatic Colors of #B2DD76
Black with #B2DD76
Text Example
Text Example
White with #B2DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD76; }
p { color: rgb(178,221,118); }
H1.HeaderClassName
{
color: #B2DD76;
}
.AnyTagClassName
{
color: #B2DD76;
}
</style>
background-color css
<style>
a { background-color: #B2DD76; }
a { background-color: rgb(178,221,118); }
div.DivClassName
{
background-color: #B2DD76;
}
.BgClassName
{
background-color: #B2DD76;
}
</style>
border-color css
<style>
span { border-color: #B2DD76; }
span { border-color: rgb(178,221,118); }
td.TdClassName
{
border-color: #B2DD76;
}
.TagClassName
{
border-color: #B2DD76;
}
</style>