Shades of Feijoa #B1DE79
Tints of Feijoa #B1DE79
RGB
CMYK
RGB Variations
Color information
#B1DE79 (or 0xB1DE79) is known color: Feijoa. HEX triplet: B1, DE and 79. RGB value is (177,222,121). Sum of RGB (Red+Green+Blue) = 177+222+121=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE79 is #4E2186. Grayscale: #C5C5C5. Windows color (decimal): -5120391 or 7986865. OLE color: 7986865.
HSL color Cylindrical-coordinate representation of color #B1DE79: hue angle of 86.73º degrees, saturation: 0.6, 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 #B1DE79 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 121 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.13 |
| HSL | 86.73º | 0.6% | 0.67% | - |
| HSV(B) | 86.73º | 0.45% | 0.87% | - |
| XYZ | 47.7 | 62.97 | 27.73 | - |
| YUV | 197.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 121 | 0.20 | 0 | 0.45 | 0.13 | 86.73 | 0.6 | 0.67 |
| Hex | B1 | DE | 79 | 14 | 0 | 2D | D | 57 | 3C | 43 |
| Octal | 261 | 336 | 171 | 24 | 0 | 55 | 15 | 127 | 74 | 103 |
| Binary | 10110001 | 11011110 | 1111001 | 10100 | 0 | 101101 | 1101 | 1010111 | 111100 | 1000011 |
Color Harmonies of #B1DE79
Complementary color
Monochromatic Colors of #B1DE79
Black with #B1DE79
Text Example
Text Example
White with #B1DE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DE79; }
p { color: rgb(177,222,121); }
H1.HeaderClassName
{
color: #B1DE79;
}
.AnyTagClassName
{
color: #B1DE79;
}
</style>
background-color css
<style>
a { background-color: #B1DE79; }
a { background-color: rgb(177,222,121); }
div.DivClassName
{
background-color: #B1DE79;
}
.BgClassName
{
background-color: #B1DE79;
}
</style>
border-color css
<style>
span { border-color: #B1DE79; }
span { border-color: rgb(177,222,121); }
td.TdClassName
{
border-color: #B1DE79;
}
.TagClassName
{
border-color: #B1DE79;
}
</style>