Shades of Feijoa #B3ED84
Tints of Feijoa #B3ED84
RGB
CMYK
RGB Variations
Color information
#B3ED84 (or 0xB3ED84) is known color: Feijoa. HEX triplet: B3, ED and 84. RGB value is (179,237,132). Sum of RGB (Red+Green+Blue) = 179+237+132=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #B3ED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3ED84 is #4C127B. Grayscale: #D0D0D0. Windows color (decimal): -4985468 or 8711603. OLE color: 8711603.
HSL color Cylindrical-coordinate representation of color #B3ED84: hue angle of 93.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3ED84 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 132 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.07 |
| HSL | 93.14º | 0.74% | 0.72% | - |
| HSV(B) | 93.14º | 0.44% | 0.93% | - |
| XYZ | 53.04 | 71.82 | 32.9 | - |
| YUV | 207.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 132 | 0.24 | 0 | 0.44 | 0.07 | 93.14 | 0.74 | 0.72 |
| Hex | B3 | ED | 84 | 18 | 0 | 2C | 7 | 5D | 4A | 48 |
| Octal | 263 | 355 | 204 | 30 | 0 | 54 | 7 | 135 | 112 | 110 |
| Binary | 10110011 | 11101101 | 10000100 | 11000 | 0 | 101100 | 111 | 1011101 | 1001010 | 1001000 |
Color Harmonies of #B3ED84
Complementary color
Monochromatic Colors of #B3ED84
Black with #B3ED84
Text Example
Text Example
White with #B3ED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ED84; }
p { color: rgb(179,237,132); }
H1.HeaderClassName
{
color: #B3ED84;
}
.AnyTagClassName
{
color: #B3ED84;
}
</style>
background-color css
<style>
a { background-color: #B3ED84; }
a { background-color: rgb(179,237,132); }
div.DivClassName
{
background-color: #B3ED84;
}
.BgClassName
{
background-color: #B3ED84;
}
</style>
border-color css
<style>
span { border-color: #B3ED84; }
span { border-color: rgb(179,237,132); }
td.TdClassName
{
border-color: #B3ED84;
}
.TagClassName
{
border-color: #B3ED84;
}
</style>