Shades of Feijoa #B5E48A
Tints of Feijoa #B5E48A
RGB
CMYK
RGB Variations
Color information
#B5E48A (or 0xB5E48A) is known color: Feijoa. HEX triplet: B5, E4 and 8A. RGB value is (181,228,138). Sum of RGB (Red+Green+Blue) = 181+228+138=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E48A is #4A1B75. Grayscale: #CCCCCC. Windows color (decimal): -4856694 or 9102517. OLE color: 9102517.
HSL color Cylindrical-coordinate representation of color #B5E48A: hue angle of 91.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5E48A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 228 | 138 | - |
CMYK | 0.21 | 0 | 0.39 | 0.11 |
HSL | 91.33º | 0.63% | 0.72% | - |
HSV(B) | 91.33º | 0.39% | 0.89% | - |
XYZ | 51.39 | 67.15 | 34.3 | - |
YUV | 203.69 | 90.93 | 111.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 228 | 138 | 0.21 | 0 | 0.39 | 0.11 | 91.33 | 0.63 | 0.72 |
Hex | B5 | E4 | 8A | 15 | 0 | 27 | B | 5B | 3E | 48 |
Octal | 265 | 344 | 212 | 25 | 0 | 47 | 13 | 133 | 76 | 110 |
Binary | 10110101 | 11100100 | 10001010 | 10101 | 0 | 100111 | 1011 | 1011011 | 111110 | 1001000 |
Color Harmonies of #B5E48A
Complementary color
Monochromatic Colors of #B5E48A
Black with #B5E48A
Text Example
Text Example
White with #B5E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E48A; }
p { color: rgb(181,228,138); }
H1.HeaderClassName
{
color: #B5E48A;
}
.AnyTagClassName
{
color: #B5E48A;
}
</style>
background-color css
<style>
a { background-color: #B5E48A; }
a { background-color: rgb(181,228,138); }
div.DivClassName
{
background-color: #B5E48A;
}
.BgClassName
{
background-color: #B5E48A;
}
</style>
border-color css
<style>
span { border-color: #B5E48A; }
span { border-color: rgb(181,228,138); }
td.TdClassName
{
border-color: #B5E48A;
}
.TagClassName
{
border-color: #B5E48A;
}
</style>