Shades of Feijoa #B0DE90
Tints of Feijoa #B0DE90
RGB
CMYK
RGB Variations
Color information
#B0DE90 (or 0xB0DE90) is known color: Feijoa. HEX triplet: B0, DE and 90. RGB value is (176,222,144). Sum of RGB (Red+Green+Blue) = 176+222+144=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DE90 is #4F216F. Grayscale: #C7C7C7. Windows color (decimal): -5185904 or 9494192. OLE color: 9494192.
HSL color Cylindrical-coordinate representation of color #B0DE90: hue angle of 95.38º degrees, saturation: 0.54, 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 #B0DE90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 144 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.13 |
| HSL | 95.38º | 0.54% | 0.72% | - |
| HSV(B) | 95.38º | 0.35% | 0.87% | - |
| XYZ | 49.06 | 63.49 | 36.05 | - |
| YUV | 199.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 144 | 0.21 | 0 | 0.35 | 0.13 | 95.38 | 0.54 | 0.72 |
| Hex | B0 | DE | 90 | 15 | 0 | 23 | D | 5F | 36 | 48 |
| Octal | 260 | 336 | 220 | 25 | 0 | 43 | 15 | 137 | 66 | 110 |
| Binary | 10110000 | 11011110 | 10010000 | 10101 | 0 | 100011 | 1101 | 1011111 | 110110 | 1001000 |
Color Harmonies of #B0DE90
Complementary color
Monochromatic Colors of #B0DE90
Black with #B0DE90
Text Example
Text Example
White with #B0DE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DE90; }
p { color: rgb(176,222,144); }
H1.HeaderClassName
{
color: #B0DE90;
}
.AnyTagClassName
{
color: #B0DE90;
}
</style>
background-color css
<style>
a { background-color: #B0DE90; }
a { background-color: rgb(176,222,144); }
div.DivClassName
{
background-color: #B0DE90;
}
.BgClassName
{
background-color: #B0DE90;
}
</style>
border-color css
<style>
span { border-color: #B0DE90; }
span { border-color: rgb(176,222,144); }
td.TdClassName
{
border-color: #B0DE90;
}
.TagClassName
{
border-color: #B0DE90;
}
</style>