Shades of Feijoa #B2F18C
Tints of Feijoa #B2F18C
RGB
CMYK
RGB Variations
Color information
#B2F18C (or 0xB2F18C) is known color: Feijoa. HEX triplet: B2, F1 and 8C. RGB value is (178,241,140). Sum of RGB (Red+Green+Blue) = 178+241+140=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F18C is #4D0E73. Grayscale: #D2D2D2. Windows color (decimal): -5049972 or 9236914. OLE color: 9236914.
HSL color Cylindrical-coordinate representation of color #B2F18C: hue angle of 97.43º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2F18C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 140 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.05 |
| HSL | 97.43º | 0.78% | 0.75% | - |
| HSV(B) | 97.43º | 0.42% | 0.95% | - |
| XYZ | 54.55 | 74.27 | 36.27 | - |
| YUV | 210.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 140 | 0.26 | 0 | 0.42 | 0.05 | 97.43 | 0.78 | 0.75 |
| Hex | B2 | F1 | 8C | 1A | 0 | 2A | 5 | 61 | 4E | 4B |
| Octal | 262 | 361 | 214 | 32 | 0 | 52 | 5 | 141 | 116 | 113 |
| Binary | 10110010 | 11110001 | 10001100 | 11010 | 0 | 101010 | 101 | 1100001 | 1001110 | 1001011 |
Color Harmonies of #B2F18C
Complementary color
Monochromatic Colors of #B2F18C
Black with #B2F18C
Text Example
Text Example
White with #B2F18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F18C; }
p { color: rgb(178,241,140); }
H1.HeaderClassName
{
color: #B2F18C;
}
.AnyTagClassName
{
color: #B2F18C;
}
</style>
background-color css
<style>
a { background-color: #B2F18C; }
a { background-color: rgb(178,241,140); }
div.DivClassName
{
background-color: #B2F18C;
}
.BgClassName
{
background-color: #B2F18C;
}
</style>
border-color css
<style>
span { border-color: #B2F18C; }
span { border-color: rgb(178,241,140); }
td.TdClassName
{
border-color: #B2F18C;
}
.TagClassName
{
border-color: #B2F18C;
}
</style>