Shades of Feijoa #B0F384
Tints of Feijoa #B0F384
RGB
CMYK
RGB Variations
Color information
#B0F384 (or 0xB0F384) is known color: Feijoa. HEX triplet: B0, F3 and 84. RGB value is (176,243,132). Sum of RGB (Red+Green+Blue) = 176+243+132=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F384 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F384 is #4F0C7B. Grayscale: #D2D2D2. Windows color (decimal): -5180540 or 8713136. OLE color: 8713136.
HSL color Cylindrical-coordinate representation of color #B0F384: hue angle of 96.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0F384 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 132 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.05 |
| HSL | 96.22º | 0.82% | 0.74% | - |
| HSV(B) | 96.22º | 0.46% | 0.95% | - |
| XYZ | 54.12 | 75 | 33.45 | - |
| YUV | 210.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 132 | 0.28 | 0 | 0.46 | 0.05 | 96.22 | 0.82 | 0.74 |
| Hex | B0 | F3 | 84 | 1C | 0 | 2E | 5 | 60 | 52 | 4A |
| Octal | 260 | 363 | 204 | 34 | 0 | 56 | 5 | 140 | 122 | 112 |
| Binary | 10110000 | 11110011 | 10000100 | 11100 | 0 | 101110 | 101 | 1100000 | 1010010 | 1001010 |
Color Harmonies of #B0F384
Complementary color
Monochromatic Colors of #B0F384
Black with #B0F384
Text Example
Text Example
White with #B0F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F384; }
p { color: rgb(176,243,132); }
H1.HeaderClassName
{
color: #B0F384;
}
.AnyTagClassName
{
color: #B0F384;
}
</style>
background-color css
<style>
a { background-color: #B0F384; }
a { background-color: rgb(176,243,132); }
div.DivClassName
{
background-color: #B0F384;
}
.BgClassName
{
background-color: #B0F384;
}
</style>
border-color css
<style>
span { border-color: #B0F384; }
span { border-color: rgb(176,243,132); }
td.TdClassName
{
border-color: #B0F384;
}
.TagClassName
{
border-color: #B0F384;
}
</style>