Shades of Feijoa #B4D77F
Tints of Feijoa #B4D77F
RGB
CMYK
RGB Variations
Color information
#B4D77F (or 0xB4D77F) is known color: Feijoa. HEX triplet: B4, D7 and 7F. RGB value is (180,215,127). Sum of RGB (Red+Green+Blue) = 180+215+127=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D77F is #4B2880. Grayscale: #C2C2C2. Windows color (decimal): -4925569 or 8378292. OLE color: 8378292.
HSL color Cylindrical-coordinate representation of color #B4D77F: hue angle of 83.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4D77F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 215 | 127 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.16 |
| HSL | 83.86º | 0.52% | 0.67% | - |
| HSV(B) | 83.86º | 0.41% | 0.84% | - |
| XYZ | 46.95 | 59.84 | 29.15 | - |
| YUV | 194.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 215 | 127 | 0.16 | 0 | 0.41 | 0.16 | 83.86 | 0.52 | 0.67 |
| Hex | B4 | D7 | 7F | 10 | 0 | 29 | 10 | 54 | 34 | 43 |
| Octal | 264 | 327 | 177 | 20 | 0 | 51 | 20 | 124 | 64 | 103 |
| Binary | 10110100 | 11010111 | 1111111 | 10000 | 0 | 101001 | 10000 | 1010100 | 110100 | 1000011 |
Color Harmonies of #B4D77F
Complementary color
Monochromatic Colors of #B4D77F
Black with #B4D77F
Text Example
Text Example
White with #B4D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D77F; }
p { color: rgb(180,215,127); }
H1.HeaderClassName
{
color: #B4D77F;
}
.AnyTagClassName
{
color: #B4D77F;
}
</style>
background-color css
<style>
a { background-color: #B4D77F; }
a { background-color: rgb(180,215,127); }
div.DivClassName
{
background-color: #B4D77F;
}
.BgClassName
{
background-color: #B4D77F;
}
</style>
border-color css
<style>
span { border-color: #B4D77F; }
span { border-color: rgb(180,215,127); }
td.TdClassName
{
border-color: #B4D77F;
}
.TagClassName
{
border-color: #B4D77F;
}
</style>