Shades of Feijoa #B3DD7A
Tints of Feijoa #B3DD7A
RGB
CMYK
RGB Variations
Color information
#B3DD7A (or 0xB3DD7A) is known color: Feijoa. HEX triplet: B3, DD and 7A. RGB value is (179,221,122). Sum of RGB (Red+Green+Blue) = 179+221+122=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD7A is #4C2285. Grayscale: #C5C5C5. Windows color (decimal): -4989574 or 8052147. OLE color: 8052147.
HSL color Cylindrical-coordinate representation of color #B3DD7A: hue angle of 85.45º degrees, saturation: 0.59, 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 #B3DD7A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 122 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.13 |
| HSL | 85.45º | 0.59% | 0.67% | - |
| HSV(B) | 85.45º | 0.45% | 0.87% | - |
| XYZ | 47.96 | 62.7 | 27.99 | - |
| YUV | 197.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 122 | 0.19 | 0 | 0.45 | 0.13 | 85.45 | 0.59 | 0.67 |
| Hex | B3 | DD | 7A | 13 | 0 | 2D | D | 55 | 3B | 43 |
| Octal | 263 | 335 | 172 | 23 | 0 | 55 | 15 | 125 | 73 | 103 |
| Binary | 10110011 | 11011101 | 1111010 | 10011 | 0 | 101101 | 1101 | 1010101 | 111011 | 1000011 |
Color Harmonies of #B3DD7A
Complementary color
Monochromatic Colors of #B3DD7A
Black with #B3DD7A
Text Example
Text Example
White with #B3DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DD7A; }
p { color: rgb(179,221,122); }
H1.HeaderClassName
{
color: #B3DD7A;
}
.AnyTagClassName
{
color: #B3DD7A;
}
</style>
background-color css
<style>
a { background-color: #B3DD7A; }
a { background-color: rgb(179,221,122); }
div.DivClassName
{
background-color: #B3DD7A;
}
.BgClassName
{
background-color: #B3DD7A;
}
</style>
border-color css
<style>
span { border-color: #B3DD7A; }
span { border-color: rgb(179,221,122); }
td.TdClassName
{
border-color: #B3DD7A;
}
.TagClassName
{
border-color: #B3DD7A;
}
</style>