Shades of Feijoa #B2E581
Tints of Feijoa #B2E581
RGB
CMYK
RGB Variations
Color information
#B2E581 (or 0xB2E581) is known color: Feijoa. HEX triplet: B2, E5 and 81. RGB value is (178,229,129). Sum of RGB (Red+Green+Blue) = 178+229+129=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E581 is #4D1A7E. Grayscale: #CACACA. Windows color (decimal): -5053055 or 8512946. OLE color: 8512946.
HSL color Cylindrical-coordinate representation of color #B2E581: hue angle of 90.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2E581 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 129 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.10 |
| HSL | 90.6º | 0.66% | 0.7% | - |
| HSV(B) | 90.6º | 0.44% | 0.9% | - |
| XYZ | 50.34 | 67.09 | 31.06 | - |
| YUV | 202.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 129 | 0.22 | 0 | 0.44 | 0.10 | 90.6 | 0.66 | 0.7 |
| Hex | B2 | E5 | 81 | 16 | 0 | 2C | A | 5B | 42 | 46 |
| Octal | 262 | 345 | 201 | 26 | 0 | 54 | 12 | 133 | 102 | 106 |
| Binary | 10110010 | 11100101 | 10000001 | 10110 | 0 | 101100 | 1010 | 1011011 | 1000010 | 1000110 |
Color Harmonies of #B2E581
Complementary color
Monochromatic Colors of #B2E581
Black with #B2E581
Text Example
Text Example
White with #B2E581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E581; }
p { color: rgb(178,229,129); }
H1.HeaderClassName
{
color: #B2E581;
}
.AnyTagClassName
{
color: #B2E581;
}
</style>
background-color css
<style>
a { background-color: #B2E581; }
a { background-color: rgb(178,229,129); }
div.DivClassName
{
background-color: #B2E581;
}
.BgClassName
{
background-color: #B2E581;
}
</style>
border-color css
<style>
span { border-color: #B2E581; }
span { border-color: rgb(178,229,129); }
td.TdClassName
{
border-color: #B2E581;
}
.TagClassName
{
border-color: #B2E581;
}
</style>