Shades of Feijoa #B5E690
Tints of Feijoa #B5E690
RGB
CMYK
RGB Variations
Color information
#B5E690 (or 0xB5E690) is known color: Feijoa. HEX triplet: B5, E6 and 90. RGB value is (181,230,144). Sum of RGB (Red+Green+Blue) = 181+230+144=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E690 is #4A196F. Grayscale: #CDCDCD. Windows color (decimal): -4856176 or 9496245. OLE color: 9496245.
HSL color Cylindrical-coordinate representation of color #B5E690: hue angle of 94.19º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5E690 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 144 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.10 |
| HSL | 94.19º | 0.63% | 0.73% | - |
| HSV(B) | 94.19º | 0.37% | 0.9% | - |
| XYZ | 52.39 | 68.43 | 36.83 | - |
| YUV | 205.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 144 | 0.21 | 0 | 0.37 | 0.10 | 94.19 | 0.63 | 0.73 |
| Hex | B5 | E6 | 90 | 15 | 0 | 25 | A | 5E | 3F | 49 |
| Octal | 265 | 346 | 220 | 25 | 0 | 45 | 12 | 136 | 77 | 111 |
| Binary | 10110101 | 11100110 | 10010000 | 10101 | 0 | 100101 | 1010 | 1011110 | 111111 | 1001001 |
Color Harmonies of #B5E690
Complementary color
Monochromatic Colors of #B5E690
Black with #B5E690
Text Example
Text Example
White with #B5E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E690; }
p { color: rgb(181,230,144); }
H1.HeaderClassName
{
color: #B5E690;
}
.AnyTagClassName
{
color: #B5E690;
}
</style>
background-color css
<style>
a { background-color: #B5E690; }
a { background-color: rgb(181,230,144); }
div.DivClassName
{
background-color: #B5E690;
}
.BgClassName
{
background-color: #B5E690;
}
</style>
border-color css
<style>
span { border-color: #B5E690; }
span { border-color: rgb(181,230,144); }
td.TdClassName
{
border-color: #B5E690;
}
.TagClassName
{
border-color: #B5E690;
}
</style>