Shades of Feijoa #B2F28D
Tints of Feijoa #B2F28D
RGB
CMYK
RGB Variations
Color information
#B2F28D (or 0xB2F28D) is known color: Feijoa. HEX triplet: B2, F2 and 8D. RGB value is (178,242,141). Sum of RGB (Red+Green+Blue) = 178+242+141=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F28D is #4D0D72. Grayscale: #D3D3D3. Windows color (decimal): -5049715 or 9302706. OLE color: 9302706.
HSL color Cylindrical-coordinate representation of color #B2F28D: hue angle of 98.02º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2F28D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 141 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.05 |
| HSL | 98.02º | 0.8% | 0.75% | - |
| HSV(B) | 98.02º | 0.42% | 0.95% | - |
| XYZ | 54.92 | 74.89 | 36.76 | - |
| YUV | 211.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 141 | 0.26 | 0 | 0.42 | 0.05 | 98.02 | 0.8 | 0.75 |
| Hex | B2 | F2 | 8D | 1A | 0 | 2A | 5 | 62 | 50 | 4B |
| Octal | 262 | 362 | 215 | 32 | 0 | 52 | 5 | 142 | 120 | 113 |
| Binary | 10110010 | 11110010 | 10001101 | 11010 | 0 | 101010 | 101 | 1100010 | 1010000 | 1001011 |
Color Harmonies of #B2F28D
Complementary color
Monochromatic Colors of #B2F28D
Black with #B2F28D
Text Example
Text Example
White with #B2F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F28D; }
p { color: rgb(178,242,141); }
H1.HeaderClassName
{
color: #B2F28D;
}
.AnyTagClassName
{
color: #B2F28D;
}
</style>
background-color css
<style>
a { background-color: #B2F28D; }
a { background-color: rgb(178,242,141); }
div.DivClassName
{
background-color: #B2F28D;
}
.BgClassName
{
background-color: #B2F28D;
}
</style>
border-color css
<style>
span { border-color: #B2F28D; }
span { border-color: rgb(178,242,141); }
td.TdClassName
{
border-color: #B2F28D;
}
.TagClassName
{
border-color: #B2F28D;
}
</style>