Shades of Feijoa #B3DD80
Tints of Feijoa #B3DD80
RGB
CMYK
RGB Variations
Color information
#B3DD80 (or 0xB3DD80) is known color: Feijoa. HEX triplet: B3, DD and 80. RGB value is (179,221,128). Sum of RGB (Red+Green+Blue) = 179+221+128=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD80 is #4C227F. Grayscale: #C6C6C6. Windows color (decimal): -4989568 or 8445363. OLE color: 8445363.
HSL color Cylindrical-coordinate representation of color #B3DD80: hue angle of 87.1º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3DD80 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 128 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.13 |
| HSL | 87.1º | 0.58% | 0.68% | - |
| HSV(B) | 87.1º | 0.42% | 0.87% | - |
| XYZ | 48.34 | 62.86 | 30.01 | - |
| YUV | 197.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 128 | 0.19 | 0 | 0.42 | 0.13 | 87.1 | 0.58 | 0.68 |
| Hex | B3 | DD | 80 | 13 | 0 | 2A | D | 57 | 3A | 44 |
| Octal | 263 | 335 | 200 | 23 | 0 | 52 | 15 | 127 | 72 | 104 |
| Binary | 10110011 | 11011101 | 10000000 | 10011 | 0 | 101010 | 1101 | 1010111 | 111010 | 1000100 |
Color Harmonies of #B3DD80
Complementary color
Monochromatic Colors of #B3DD80
Black with #B3DD80
Text Example
Text Example
White with #B3DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DD80; }
p { color: rgb(179,221,128); }
H1.HeaderClassName
{
color: #B3DD80;
}
.AnyTagClassName
{
color: #B3DD80;
}
</style>
background-color css
<style>
a { background-color: #B3DD80; }
a { background-color: rgb(179,221,128); }
div.DivClassName
{
background-color: #B3DD80;
}
.BgClassName
{
background-color: #B3DD80;
}
</style>
border-color css
<style>
span { border-color: #B3DD80; }
span { border-color: rgb(179,221,128); }
td.TdClassName
{
border-color: #B3DD80;
}
.TagClassName
{
border-color: #B3DD80;
}
</style>