Shades of Feijoa #B4F18D
Tints of Feijoa #B4F18D
RGB
CMYK
RGB Variations
Color information
#B4F18D (or 0xB4F18D) is known color: Feijoa. HEX triplet: B4, F1 and 8D. RGB value is (180,241,141). Sum of RGB (Red+Green+Blue) = 180+241+141=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F18D is #4B0E72. Grayscale: #D3D3D3. Windows color (decimal): -4918899 or 9302452. OLE color: 9302452.
HSL color Cylindrical-coordinate representation of color #B4F18D: hue angle of 96.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4F18D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 141 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.05 |
| HSL | 96.6º | 0.78% | 0.75% | - |
| HSV(B) | 96.6º | 0.41% | 0.95% | - |
| XYZ | 55.09 | 74.54 | 36.68 | - |
| YUV | 211.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 141 | 0.25 | 0 | 0.41 | 0.05 | 96.6 | 0.78 | 0.75 |
| Hex | B4 | F1 | 8D | 19 | 0 | 29 | 5 | 61 | 4E | 4B |
| Octal | 264 | 361 | 215 | 31 | 0 | 51 | 5 | 141 | 116 | 113 |
| Binary | 10110100 | 11110001 | 10001101 | 11001 | 0 | 101001 | 101 | 1100001 | 1001110 | 1001011 |
Color Harmonies of #B4F18D
Complementary color
Monochromatic Colors of #B4F18D
Black with #B4F18D
Text Example
Text Example
White with #B4F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F18D; }
p { color: rgb(180,241,141); }
H1.HeaderClassName
{
color: #B4F18D;
}
.AnyTagClassName
{
color: #B4F18D;
}
</style>
background-color css
<style>
a { background-color: #B4F18D; }
a { background-color: rgb(180,241,141); }
div.DivClassName
{
background-color: #B4F18D;
}
.BgClassName
{
background-color: #B4F18D;
}
</style>
border-color css
<style>
span { border-color: #B4F18D; }
span { border-color: rgb(180,241,141); }
td.TdClassName
{
border-color: #B4F18D;
}
.TagClassName
{
border-color: #B4F18D;
}
</style>