Shades of Feijoa #B4DF89
Tints of Feijoa #B4DF89
RGB
CMYK
RGB Variations
Color information
#B4DF89 (or 0xB4DF89) is known color: Feijoa. HEX triplet: B4, DF and 89. RGB value is (180,223,137). Sum of RGB (Red+Green+Blue) = 180+223+137=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DF89 is #4B2076. Grayscale: #C8C8C8. Windows color (decimal): -4923511 or 9035700. OLE color: 9035700.
HSL color Cylindrical-coordinate representation of color #B4DF89: hue angle of 90º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4DF89 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 137 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.13 |
| HSL | 90º | 0.57% | 0.71% | - |
| HSV(B) | 90º | 0.39% | 0.87% | - |
| XYZ | 49.73 | 64.28 | 33.45 | - |
| YUV | 200.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 137 | 0.19 | 0 | 0.39 | 0.13 | 90 | 0.57 | 0.71 |
| Hex | B4 | DF | 89 | 13 | 0 | 27 | D | 5A | 39 | 47 |
| Octal | 264 | 337 | 211 | 23 | 0 | 47 | 15 | 132 | 71 | 107 |
| Binary | 10110100 | 11011111 | 10001001 | 10011 | 0 | 100111 | 1101 | 1011010 | 111001 | 1000111 |
Color Harmonies of #B4DF89
Complementary color
Monochromatic Colors of #B4DF89
Black with #B4DF89
Text Example
Text Example
White with #B4DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF89; }
p { color: rgb(180,223,137); }
H1.HeaderClassName
{
color: #B4DF89;
}
.AnyTagClassName
{
color: #B4DF89;
}
</style>
background-color css
<style>
a { background-color: #B4DF89; }
a { background-color: rgb(180,223,137); }
div.DivClassName
{
background-color: #B4DF89;
}
.BgClassName
{
background-color: #B4DF89;
}
</style>
border-color css
<style>
span { border-color: #B4DF89; }
span { border-color: rgb(180,223,137); }
td.TdClassName
{
border-color: #B4DF89;
}
.TagClassName
{
border-color: #B4DF89;
}
</style>