Shades of Feijoa #B8DF90
Tints of Feijoa #B8DF90
RGB
CMYK
RGB Variations
Color information
#B8DF90 (or 0xB8DF90) is known color: Feijoa. HEX triplet: B8, DF and 90. RGB value is (184,223,144). Sum of RGB (Red+Green+Blue) = 184+223+144=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF90 is #47206F. Grayscale: #CACACA. Windows color (decimal): -4661360 or 9494456. OLE color: 9494456.
HSL color Cylindrical-coordinate representation of color #B8DF90: hue angle of 89.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8DF90 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 144 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.13 |
| HSL | 89.62º | 0.55% | 0.72% | - |
| HSV(B) | 89.62º | 0.35% | 0.87% | - |
| XYZ | 51.19 | 64.98 | 36.23 | - |
| YUV | 202.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 144 | 0.17 | 0 | 0.35 | 0.13 | 89.62 | 0.55 | 0.72 |
| Hex | B8 | DF | 90 | 11 | 0 | 23 | D | 5A | 37 | 48 |
| Octal | 270 | 337 | 220 | 21 | 0 | 43 | 15 | 132 | 67 | 110 |
| Binary | 10111000 | 11011111 | 10010000 | 10001 | 0 | 100011 | 1101 | 1011010 | 110111 | 1001000 |
Color Harmonies of #B8DF90
Complementary color
Monochromatic Colors of #B8DF90
Black with #B8DF90
Text Example
Text Example
White with #B8DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF90; }
p { color: rgb(184,223,144); }
H1.HeaderClassName
{
color: #B8DF90;
}
.AnyTagClassName
{
color: #B8DF90;
}
</style>
background-color css
<style>
a { background-color: #B8DF90; }
a { background-color: rgb(184,223,144); }
div.DivClassName
{
background-color: #B8DF90;
}
.BgClassName
{
background-color: #B8DF90;
}
</style>
border-color css
<style>
span { border-color: #B8DF90; }
span { border-color: rgb(184,223,144); }
td.TdClassName
{
border-color: #B8DF90;
}
.TagClassName
{
border-color: #B8DF90;
}
</style>