Shades of Feijoa #B4D488
Tints of Feijoa #B4D488
RGB
CMYK
RGB Variations
Color information
#B4D488 (or 0xB4D488) is known color: Feijoa. HEX triplet: B4, D4 and 88. RGB value is (180,212,136). Sum of RGB (Red+Green+Blue) = 180+212+136=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D488 is #4B2B77. Grayscale: #C2C2C2. Windows color (decimal): -4926328 or 8967348. OLE color: 8967348.
HSL color Cylindrical-coordinate representation of color #B4D488: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4D488 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 136 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.17 |
| HSL | 85.26º | 0.47% | 0.68% | - |
| HSV(B) | 85.26º | 0.36% | 0.83% | - |
| XYZ | 46.81 | 58.57 | 32.13 | - |
| YUV | 193.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 136 | 0.15 | 0 | 0.36 | 0.17 | 85.26 | 0.47 | 0.68 |
| Hex | B4 | D4 | 88 | F | 0 | 24 | 11 | 55 | 2F | 44 |
| Octal | 264 | 324 | 210 | 17 | 0 | 44 | 21 | 125 | 57 | 104 |
| Binary | 10110100 | 11010100 | 10001000 | 1111 | 0 | 100100 | 10001 | 1010101 | 101111 | 1000100 |
Color Harmonies of #B4D488
Complementary color
Monochromatic Colors of #B4D488
Black with #B4D488
Text Example
Text Example
White with #B4D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D488; }
p { color: rgb(180,212,136); }
H1.HeaderClassName
{
color: #B4D488;
}
.AnyTagClassName
{
color: #B4D488;
}
</style>
background-color css
<style>
a { background-color: #B4D488; }
a { background-color: rgb(180,212,136); }
div.DivClassName
{
background-color: #B4D488;
}
.BgClassName
{
background-color: #B4D488;
}
</style>
border-color css
<style>
span { border-color: #B4D488; }
span { border-color: rgb(180,212,136); }
td.TdClassName
{
border-color: #B4D488;
}
.TagClassName
{
border-color: #B4D488;
}
</style>