Shades of Feijoa #B2F588
Tints of Feijoa #B2F588
RGB
CMYK
RGB Variations
Color information
#B2F588 (or 0xB2F588) is known color: Feijoa. HEX triplet: B2, F5 and 88. RGB value is (178,245,136). Sum of RGB (Red+Green+Blue) = 178+245+136=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F588 is #4D0A77. Grayscale: #D4D4D4. Windows color (decimal): -5048952 or 8975794. OLE color: 8975794.
HSL color Cylindrical-coordinate representation of color #B2F588: hue angle of 96.88º 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 #B2F588 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 136 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.04 |
| HSL | 96.88º | 0.84% | 0.75% | - |
| HSV(B) | 96.88º | 0.44% | 0.96% | - |
| XYZ | 55.46 | 76.55 | 35.14 | - |
| YUV | 212.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 136 | 0.27 | 0 | 0.44 | 0.04 | 96.88 | 0.84 | 0.75 |
| Hex | B2 | F5 | 88 | 1B | 0 | 2C | 4 | 61 | 54 | 4B |
| Octal | 262 | 365 | 210 | 33 | 0 | 54 | 4 | 141 | 124 | 113 |
| Binary | 10110010 | 11110101 | 10001000 | 11011 | 0 | 101100 | 100 | 1100001 | 1010100 | 1001011 |
Color Harmonies of #B2F588
Complementary color
Monochromatic Colors of #B2F588
Black with #B2F588
Text Example
Text Example
White with #B2F588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F588; }
p { color: rgb(178,245,136); }
H1.HeaderClassName
{
color: #B2F588;
}
.AnyTagClassName
{
color: #B2F588;
}
</style>
background-color css
<style>
a { background-color: #B2F588; }
a { background-color: rgb(178,245,136); }
div.DivClassName
{
background-color: #B2F588;
}
.BgClassName
{
background-color: #B2F588;
}
</style>
border-color css
<style>
span { border-color: #B2F588; }
span { border-color: rgb(178,245,136); }
td.TdClassName
{
border-color: #B2F588;
}
.TagClassName
{
border-color: #B2F588;
}
</style>