Shades of Feijoa #B5E08A
Tints of Feijoa #B5E08A
RGB
CMYK
RGB Variations
Color information
#B5E08A (or 0xB5E08A) is known color: Feijoa. HEX triplet: B5, E0 and 8A. RGB value is (181,224,138). Sum of RGB (Red+Green+Blue) = 181+224+138=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E08A is #4A1F75. Grayscale: #C9C9C9. Windows color (decimal): -4857718 or 9101493. OLE color: 9101493.
HSL color Cylindrical-coordinate representation of color #B5E08A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5E08A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 138 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.12 |
| HSL | 90º | 0.58% | 0.71% | - |
| HSV(B) | 90º | 0.38% | 0.88% | - |
| XYZ | 50.3 | 64.97 | 33.93 | - |
| YUV | 201.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 138 | 0.19 | 0 | 0.38 | 0.12 | 90 | 0.58 | 0.71 |
| Hex | B5 | E0 | 8A | 13 | 0 | 26 | C | 5A | 3A | 47 |
| Octal | 265 | 340 | 212 | 23 | 0 | 46 | 14 | 132 | 72 | 107 |
| Binary | 10110101 | 11100000 | 10001010 | 10011 | 0 | 100110 | 1100 | 1011010 | 111010 | 1000111 |
Color Harmonies of #B5E08A
Complementary color
Monochromatic Colors of #B5E08A
Black with #B5E08A
Text Example
Text Example
White with #B5E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E08A; }
p { color: rgb(181,224,138); }
H1.HeaderClassName
{
color: #B5E08A;
}
.AnyTagClassName
{
color: #B5E08A;
}
</style>
background-color css
<style>
a { background-color: #B5E08A; }
a { background-color: rgb(181,224,138); }
div.DivClassName
{
background-color: #B5E08A;
}
.BgClassName
{
background-color: #B5E08A;
}
</style>
border-color css
<style>
span { border-color: #B5E08A; }
span { border-color: rgb(181,224,138); }
td.TdClassName
{
border-color: #B5E08A;
}
.TagClassName
{
border-color: #B5E08A;
}
</style>