Shades of Feijoa #B3DF93
Tints of Feijoa #B3DF93
RGB
CMYK
RGB Variations
Color information
#B3DF93 (or 0xB3DF93) is known color: Feijoa. HEX triplet: B3, DF and 93. RGB value is (179,223,147). Sum of RGB (Red+Green+Blue) = 179+223+147=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DF93 is #4C206C. Grayscale: #C9C9C9. Windows color (decimal): -4989037 or 9691059. OLE color: 9691059.
HSL color Cylindrical-coordinate representation of color #B3DF93: hue angle of 94.74º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3DF93 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 147 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.13 |
| HSL | 94.74º | 0.54% | 0.73% | - |
| HSV(B) | 94.74º | 0.34% | 0.87% | - |
| XYZ | 50.24 | 64.47 | 37.4 | - |
| YUV | 201.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 147 | 0.20 | 0 | 0.34 | 0.13 | 94.74 | 0.54 | 0.73 |
| Hex | B3 | DF | 93 | 14 | 0 | 22 | D | 5F | 36 | 49 |
| Octal | 263 | 337 | 223 | 24 | 0 | 42 | 15 | 137 | 66 | 111 |
| Binary | 10110011 | 11011111 | 10010011 | 10100 | 0 | 100010 | 1101 | 1011111 | 110110 | 1001001 |
Color Harmonies of #B3DF93
Complementary color
Monochromatic Colors of #B3DF93
Black with #B3DF93
Text Example
Text Example
White with #B3DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF93; }
p { color: rgb(179,223,147); }
H1.HeaderClassName
{
color: #B3DF93;
}
.AnyTagClassName
{
color: #B3DF93;
}
</style>
background-color css
<style>
a { background-color: #B3DF93; }
a { background-color: rgb(179,223,147); }
div.DivClassName
{
background-color: #B3DF93;
}
.BgClassName
{
background-color: #B3DF93;
}
</style>
border-color css
<style>
span { border-color: #B3DF93; }
span { border-color: rgb(179,223,147); }
td.TdClassName
{
border-color: #B3DF93;
}
.TagClassName
{
border-color: #B3DF93;
}
</style>