Shades of Feijoa #B7DF90
Tints of Feijoa #B7DF90
RGB
CMYK
RGB Variations
Color information
#B7DF90 (or 0xB7DF90) is known color: Feijoa. HEX triplet: B7, DF and 90. RGB value is (183,223,144). Sum of RGB (Red+Green+Blue) = 183+223+144=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF90 is #48206F. Grayscale: #CACACA. Windows color (decimal): -4726896 or 9494455. OLE color: 9494455.
HSL color Cylindrical-coordinate representation of color #B7DF90: hue angle of 90.38º 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 #B7DF90 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 144 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.13 |
| HSL | 90.38º | 0.55% | 0.72% | - |
| HSV(B) | 90.38º | 0.35% | 0.87% | - |
| XYZ | 50.95 | 64.86 | 36.22 | - |
| YUV | 202.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 144 | 0.18 | 0 | 0.35 | 0.13 | 90.38 | 0.55 | 0.72 |
| Hex | B7 | DF | 90 | 12 | 0 | 23 | D | 5A | 37 | 48 |
| Octal | 267 | 337 | 220 | 22 | 0 | 43 | 15 | 132 | 67 | 110 |
| Binary | 10110111 | 11011111 | 10010000 | 10010 | 0 | 100011 | 1101 | 1011010 | 110111 | 1001000 |
Color Harmonies of #B7DF90
Complementary color
Monochromatic Colors of #B7DF90
Black with #B7DF90
Text Example
Text Example
White with #B7DF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF90; }
p { color: rgb(183,223,144); }
H1.HeaderClassName
{
color: #B7DF90;
}
.AnyTagClassName
{
color: #B7DF90;
}
</style>
background-color css
<style>
a { background-color: #B7DF90; }
a { background-color: rgb(183,223,144); }
div.DivClassName
{
background-color: #B7DF90;
}
.BgClassName
{
background-color: #B7DF90;
}
</style>
border-color css
<style>
span { border-color: #B7DF90; }
span { border-color: rgb(183,223,144); }
td.TdClassName
{
border-color: #B7DF90;
}
.TagClassName
{
border-color: #B7DF90;
}
</style>