Shades of Feijoa #B7E08E
Tints of Feijoa #B7E08E
RGB
CMYK
RGB Variations
Color information
#B7E08E (or 0xB7E08E) is known color: Feijoa. HEX triplet: B7, E0 and 8E. RGB value is (183,224,142). Sum of RGB (Red+Green+Blue) = 183+224+142=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7E08E is #481F71. Grayscale: #CACACA. Windows color (decimal): -4726642 or 9363639. OLE color: 9363639.
HSL color Cylindrical-coordinate representation of color #B7E08E: hue angle of 90º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7E08E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 142 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.12 |
| HSL | 90º | 0.57% | 0.72% | - |
| HSV(B) | 90º | 0.37% | 0.88% | - |
| XYZ | 51.07 | 65.33 | 35.51 | - |
| YUV | 202.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 142 | 0.18 | 0 | 0.37 | 0.12 | 90 | 0.57 | 0.72 |
| Hex | B7 | E0 | 8E | 12 | 0 | 25 | C | 5A | 39 | 48 |
| Octal | 267 | 340 | 216 | 22 | 0 | 45 | 14 | 132 | 71 | 110 |
| Binary | 10110111 | 11100000 | 10001110 | 10010 | 0 | 100101 | 1100 | 1011010 | 111001 | 1001000 |
Color Harmonies of #B7E08E
Complementary color
Monochromatic Colors of #B7E08E
Black with #B7E08E
Text Example
Text Example
White with #B7E08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E08E; }
p { color: rgb(183,224,142); }
H1.HeaderClassName
{
color: #B7E08E;
}
.AnyTagClassName
{
color: #B7E08E;
}
</style>
background-color css
<style>
a { background-color: #B7E08E; }
a { background-color: rgb(183,224,142); }
div.DivClassName
{
background-color: #B7E08E;
}
.BgClassName
{
background-color: #B7E08E;
}
</style>
border-color css
<style>
span { border-color: #B7E08E; }
span { border-color: rgb(183,224,142); }
td.TdClassName
{
border-color: #B7E08E;
}
.TagClassName
{
border-color: #B7E08E;
}
</style>