Shades of Feijoa #B3DF81
Tints of Feijoa #B3DF81
RGB
CMYK
RGB Variations
Color information
#B3DF81 (or 0xB3DF81) is known color: Feijoa. HEX triplet: B3, DF and 81. RGB value is (179,223,129). Sum of RGB (Red+Green+Blue) = 179+223+129=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DF81 is #4C207E. Grayscale: #C7C7C7. Windows color (decimal): -4989055 or 8511411. OLE color: 8511411.
HSL color Cylindrical-coordinate representation of color #B3DF81: hue angle of 88.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3DF81 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 129 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.13 |
| HSL | 88.09º | 0.59% | 0.69% | - |
| HSV(B) | 88.09º | 0.42% | 0.87% | - |
| XYZ | 48.94 | 63.94 | 30.53 | - |
| YUV | 199.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 129 | 0.20 | 0 | 0.42 | 0.13 | 88.09 | 0.59 | 0.69 |
| Hex | B3 | DF | 81 | 14 | 0 | 2A | D | 58 | 3B | 45 |
| Octal | 263 | 337 | 201 | 24 | 0 | 52 | 15 | 130 | 73 | 105 |
| Binary | 10110011 | 11011111 | 10000001 | 10100 | 0 | 101010 | 1101 | 1011000 | 111011 | 1000101 |
Color Harmonies of #B3DF81
Complementary color
Monochromatic Colors of #B3DF81
Black with #B3DF81
Text Example
Text Example
White with #B3DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF81; }
p { color: rgb(179,223,129); }
H1.HeaderClassName
{
color: #B3DF81;
}
.AnyTagClassName
{
color: #B3DF81;
}
</style>
background-color css
<style>
a { background-color: #B3DF81; }
a { background-color: rgb(179,223,129); }
div.DivClassName
{
background-color: #B3DF81;
}
.BgClassName
{
background-color: #B3DF81;
}
</style>
border-color css
<style>
span { border-color: #B3DF81; }
span { border-color: rgb(179,223,129); }
td.TdClassName
{
border-color: #B3DF81;
}
.TagClassName
{
border-color: #B3DF81;
}
</style>