Shades of Feijoa #B2D67F
Tints of Feijoa #B2D67F
RGB
CMYK
RGB Variations
Color information
#B2D67F (or 0xB2D67F) is known color: Feijoa. HEX triplet: B2, D6 and 7F. RGB value is (178,214,127). Sum of RGB (Red+Green+Blue) = 178+214+127=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D67F is #4D2980. Grayscale: #C1C1C1. Windows color (decimal): -5056897 or 8378034. OLE color: 8378034.
HSL color Cylindrical-coordinate representation of color #B2D67F: hue angle of 84.83º degrees, saturation: 0.51, 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 #B2D67F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 127 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.16 |
| HSL | 84.83º | 0.51% | 0.67% | - |
| HSV(B) | 84.83º | 0.41% | 0.84% | - |
| XYZ | 46.24 | 59.09 | 29.05 | - |
| YUV | 193.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 127 | 0.17 | 0 | 0.41 | 0.16 | 84.83 | 0.51 | 0.67 |
| Hex | B2 | D6 | 7F | 11 | 0 | 29 | 10 | 55 | 33 | 43 |
| Octal | 262 | 326 | 177 | 21 | 0 | 51 | 20 | 125 | 63 | 103 |
| Binary | 10110010 | 11010110 | 1111111 | 10001 | 0 | 101001 | 10000 | 1010101 | 110011 | 1000011 |
Color Harmonies of #B2D67F
Complementary color
Monochromatic Colors of #B2D67F
Black with #B2D67F
Text Example
Text Example
White with #B2D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D67F; }
p { color: rgb(178,214,127); }
H1.HeaderClassName
{
color: #B2D67F;
}
.AnyTagClassName
{
color: #B2D67F;
}
</style>
background-color css
<style>
a { background-color: #B2D67F; }
a { background-color: rgb(178,214,127); }
div.DivClassName
{
background-color: #B2D67F;
}
.BgClassName
{
background-color: #B2D67F;
}
</style>
border-color css
<style>
span { border-color: #B2D67F; }
span { border-color: rgb(178,214,127); }
td.TdClassName
{
border-color: #B2D67F;
}
.TagClassName
{
border-color: #B2D67F;
}
</style>