Shades of Feijoa #B3DD83
Tints of Feijoa #B3DD83
RGB
CMYK
RGB Variations
Color information
#B3DD83 (or 0xB3DD83) is known color: Feijoa. HEX triplet: B3, DD and 83. RGB value is (179,221,131). Sum of RGB (Red+Green+Blue) = 179+221+131=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD83 is #4C227C. Grayscale: #C6C6C6. Windows color (decimal): -4989565 or 8641971. OLE color: 8641971.
HSL color Cylindrical-coordinate representation of color #B3DD83: hue angle of 88º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3DD83 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 131 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.13 |
| HSL | 88º | 0.57% | 0.69% | - |
| HSV(B) | 88º | 0.41% | 0.87% | - |
| XYZ | 48.54 | 62.94 | 31.06 | - |
| YUV | 198.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 131 | 0.19 | 0 | 0.41 | 0.13 | 88 | 0.57 | 0.69 |
| Hex | B3 | DD | 83 | 13 | 0 | 29 | D | 58 | 39 | 45 |
| Octal | 263 | 335 | 203 | 23 | 0 | 51 | 15 | 130 | 71 | 105 |
| Binary | 10110011 | 11011101 | 10000011 | 10011 | 0 | 101001 | 1101 | 1011000 | 111001 | 1000101 |
Color Harmonies of #B3DD83
Complementary color
Monochromatic Colors of #B3DD83
Black with #B3DD83
Text Example
Text Example
White with #B3DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DD83; }
p { color: rgb(179,221,131); }
H1.HeaderClassName
{
color: #B3DD83;
}
.AnyTagClassName
{
color: #B3DD83;
}
</style>
background-color css
<style>
a { background-color: #B3DD83; }
a { background-color: rgb(179,221,131); }
div.DivClassName
{
background-color: #B3DD83;
}
.BgClassName
{
background-color: #B3DD83;
}
</style>
border-color css
<style>
span { border-color: #B3DD83; }
span { border-color: rgb(179,221,131); }
td.TdClassName
{
border-color: #B3DD83;
}
.TagClassName
{
border-color: #B3DD83;
}
</style>