Shades of Feijoa #B5E68E
Tints of Feijoa #B5E68E
RGB
CMYK
RGB Variations
Color information
#B5E68E (or 0xB5E68E) is known color: Feijoa. HEX triplet: B5, E6 and 8E. RGB value is (181,230,142). Sum of RGB (Red+Green+Blue) = 181+230+142=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E68E is #4A1971. Grayscale: #CDCDCD. Windows color (decimal): -4856178 or 9365173. OLE color: 9365173.
HSL color Cylindrical-coordinate representation of color #B5E68E: hue angle of 93.41º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5E68E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 142 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.10 |
| HSL | 93.41º | 0.64% | 0.73% | - |
| HSV(B) | 93.41º | 0.38% | 0.9% | - |
| XYZ | 52.24 | 68.37 | 36.03 | - |
| YUV | 205.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 142 | 0.21 | 0 | 0.38 | 0.10 | 93.41 | 0.64 | 0.73 |
| Hex | B5 | E6 | 8E | 15 | 0 | 26 | A | 5D | 40 | 49 |
| Octal | 265 | 346 | 216 | 25 | 0 | 46 | 12 | 135 | 100 | 111 |
| Binary | 10110101 | 11100110 | 10001110 | 10101 | 0 | 100110 | 1010 | 1011101 | 1000000 | 1001001 |
Color Harmonies of #B5E68E
Complementary color
Monochromatic Colors of #B5E68E
Black with #B5E68E
Text Example
Text Example
White with #B5E68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E68E; }
p { color: rgb(181,230,142); }
H1.HeaderClassName
{
color: #B5E68E;
}
.AnyTagClassName
{
color: #B5E68E;
}
</style>
background-color css
<style>
a { background-color: #B5E68E; }
a { background-color: rgb(181,230,142); }
div.DivClassName
{
background-color: #B5E68E;
}
.BgClassName
{
background-color: #B5E68E;
}
</style>
border-color css
<style>
span { border-color: #B5E68E; }
span { border-color: rgb(181,230,142); }
td.TdClassName
{
border-color: #B5E68E;
}
.TagClassName
{
border-color: #B5E68E;
}
</style>