Shades of Feijoa #B2F58A
Tints of Feijoa #B2F58A
RGB
CMYK
RGB Variations
Color information
#B2F58A (or 0xB2F58A) is known color: Feijoa. HEX triplet: B2, F5 and 8A. RGB value is (178,245,138). Sum of RGB (Red+Green+Blue) = 178+245+138=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F58A is #4D0A75. Grayscale: #D5D5D5. Windows color (decimal): -5048950 or 9106866. OLE color: 9106866.
HSL color Cylindrical-coordinate representation of color #B2F58A: hue angle of 97.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2F58A is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 138 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.04 |
| HSL | 97.57º | 0.84% | 0.75% | - |
| HSV(B) | 97.57º | 0.44% | 0.96% | - |
| XYZ | 55.6 | 76.6 | 35.9 | - |
| YUV | 212.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 138 | 0.27 | 0 | 0.44 | 0.04 | 97.57 | 0.84 | 0.75 |
| Hex | B2 | F5 | 8A | 1B | 0 | 2C | 4 | 62 | 54 | 4B |
| Octal | 262 | 365 | 212 | 33 | 0 | 54 | 4 | 142 | 124 | 113 |
| Binary | 10110010 | 11110101 | 10001010 | 11011 | 0 | 101100 | 100 | 1100010 | 1010100 | 1001011 |
Color Harmonies of #B2F58A
Complementary color
Monochromatic Colors of #B2F58A
Black with #B2F58A
Text Example
Text Example
White with #B2F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F58A; }
p { color: rgb(178,245,138); }
H1.HeaderClassName
{
color: #B2F58A;
}
.AnyTagClassName
{
color: #B2F58A;
}
</style>
background-color css
<style>
a { background-color: #B2F58A; }
a { background-color: rgb(178,245,138); }
div.DivClassName
{
background-color: #B2F58A;
}
.BgClassName
{
background-color: #B2F58A;
}
</style>
border-color css
<style>
span { border-color: #B2F58A; }
span { border-color: rgb(178,245,138); }
td.TdClassName
{
border-color: #B2F58A;
}
.TagClassName
{
border-color: #B2F58A;
}
</style>