Shades of Feijoa #B2DF79
Tints of Feijoa #B2DF79
RGB
CMYK
RGB Variations
Color information
#B2DF79 (or 0xB2DF79) is known color: Feijoa. HEX triplet: B2, DF and 79. RGB value is (178,223,121). Sum of RGB (Red+Green+Blue) = 178+223+121=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF79 is #4D2086. Grayscale: #C6C6C6. Windows color (decimal): -5054599 or 7987122. OLE color: 7987122.
HSL color Cylindrical-coordinate representation of color #B2DF79: hue angle of 86.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2DF79 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 121 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.13 |
| HSL | 86.47º | 0.61% | 0.67% | - |
| HSV(B) | 86.47º | 0.46% | 0.87% | - |
| XYZ | 48.2 | 63.62 | 27.83 | - |
| YUV | 197.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 121 | 0.20 | 0 | 0.46 | 0.13 | 86.47 | 0.61 | 0.67 |
| Hex | B2 | DF | 79 | 14 | 0 | 2E | D | 56 | 3D | 43 |
| Octal | 262 | 337 | 171 | 24 | 0 | 56 | 15 | 126 | 75 | 103 |
| Binary | 10110010 | 11011111 | 1111001 | 10100 | 0 | 101110 | 1101 | 1010110 | 111101 | 1000011 |
Color Harmonies of #B2DF79
Complementary color
Monochromatic Colors of #B2DF79
Black with #B2DF79
Text Example
Text Example
White with #B2DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF79; }
p { color: rgb(178,223,121); }
H1.HeaderClassName
{
color: #B2DF79;
}
.AnyTagClassName
{
color: #B2DF79;
}
</style>
background-color css
<style>
a { background-color: #B2DF79; }
a { background-color: rgb(178,223,121); }
div.DivClassName
{
background-color: #B2DF79;
}
.BgClassName
{
background-color: #B2DF79;
}
</style>
border-color css
<style>
span { border-color: #B2DF79; }
span { border-color: rgb(178,223,121); }
td.TdClassName
{
border-color: #B2DF79;
}
.TagClassName
{
border-color: #B2DF79;
}
</style>