Shades of Feijoa #B5E68A
Tints of Feijoa #B5E68A
RGB
CMYK
RGB Variations
Color information
#B5E68A (or 0xB5E68A) is known color: Feijoa. HEX triplet: B5, E6 and 8A. RGB value is (181,230,138). Sum of RGB (Red+Green+Blue) = 181+230+138=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E68A is #4A1975. Grayscale: #CDCDCD. Windows color (decimal): -4856182 or 9103029. OLE color: 9103029.
HSL color Cylindrical-coordinate representation of color #B5E68A: hue angle of 91.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5E68A is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 138 | - |
| CMYK | 0.21 | 0 | 0.4 | 0.10 |
| HSL | 91.96º | 0.65% | 0.72% | - |
| HSV(B) | 91.96º | 0.4% | 0.9% | - |
| XYZ | 51.94 | 68.25 | 34.48 | - |
| YUV | 204.86 | 90.27 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 138 | 0.21 | 0 | 0.4 | 0.10 | 91.96 | 0.65 | 0.72 |
| Hex | B5 | E6 | 8A | 15 | 0 | 28 | A | 5C | 41 | 48 |
| Octal | 265 | 346 | 212 | 25 | 0 | 50 | 12 | 134 | 101 | 110 |
| Binary | 10110101 | 11100110 | 10001010 | 10101 | 0 | 101000 | 1010 | 1011100 | 1000001 | 1001000 |
Color Harmonies of #B5E68A
Complementary color
Monochromatic Colors of #B5E68A
Black with #B5E68A
Text Example
Text Example
White with #B5E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E68A; }
p { color: rgb(181,230,138); }
H1.HeaderClassName
{
color: #B5E68A;
}
.AnyTagClassName
{
color: #B5E68A;
}
</style>
background-color css
<style>
a { background-color: #B5E68A; }
a { background-color: rgb(181,230,138); }
div.DivClassName
{
background-color: #B5E68A;
}
.BgClassName
{
background-color: #B5E68A;
}
</style>
border-color css
<style>
span { border-color: #B5E68A; }
span { border-color: rgb(181,230,138); }
td.TdClassName
{
border-color: #B5E68A;
}
.TagClassName
{
border-color: #B5E68A;
}
</style>