Shades of Feijoa #B4D87D
Tints of Feijoa #B4D87D
RGB
CMYK
RGB Variations
Color information
#B4D87D (or 0xB4D87D) is known color: Feijoa. HEX triplet: B4, D8 and 7D. RGB value is (180,216,125). Sum of RGB (Red+Green+Blue) = 180+216+125=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D87D is #4B2782. Grayscale: #C3C3C3. Windows color (decimal): -4925315 or 8247476. OLE color: 8247476.
HSL color Cylindrical-coordinate representation of color #B4D87D: hue angle of 83.74º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4D87D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 125 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.15 |
| HSL | 83.74º | 0.54% | 0.67% | - |
| HSV(B) | 83.74º | 0.42% | 0.85% | - |
| XYZ | 47.08 | 60.3 | 28.56 | - |
| YUV | 194.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 125 | 0.17 | 0 | 0.42 | 0.15 | 83.74 | 0.54 | 0.67 |
| Hex | B4 | D8 | 7D | 11 | 0 | 2A | F | 54 | 36 | 43 |
| Octal | 264 | 330 | 175 | 21 | 0 | 52 | 17 | 124 | 66 | 103 |
| Binary | 10110100 | 11011000 | 1111101 | 10001 | 0 | 101010 | 1111 | 1010100 | 110110 | 1000011 |
Color Harmonies of #B4D87D
Complementary color
Monochromatic Colors of #B4D87D
Black with #B4D87D
Text Example
Text Example
White with #B4D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D87D; }
p { color: rgb(180,216,125); }
H1.HeaderClassName
{
color: #B4D87D;
}
.AnyTagClassName
{
color: #B4D87D;
}
</style>
background-color css
<style>
a { background-color: #B4D87D; }
a { background-color: rgb(180,216,125); }
div.DivClassName
{
background-color: #B4D87D;
}
.BgClassName
{
background-color: #B4D87D;
}
</style>
border-color css
<style>
span { border-color: #B4D87D; }
span { border-color: rgb(180,216,125); }
td.TdClassName
{
border-color: #B4D87D;
}
.TagClassName
{
border-color: #B4D87D;
}
</style>