Shades of Feijoa #B2D67E
Tints of Feijoa #B2D67E
RGB
CMYK
RGB Variations
Color information
#B2D67E (or 0xB2D67E) is known color: Feijoa. HEX triplet: B2, D6 and 7E. RGB value is (178,214,126). Sum of RGB (Red+Green+Blue) = 178+214+126=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D67E is #4D2981. Grayscale: #C1C1C1. Windows color (decimal): -5056898 or 8312498. OLE color: 8312498.
HSL color Cylindrical-coordinate representation of color #B2D67E: hue angle of 84.55º degrees, saturation: 0.52, 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 #B2D67E is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 126 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.16 |
| HSL | 84.55º | 0.52% | 0.67% | - |
| HSV(B) | 84.55º | 0.41% | 0.84% | - |
| XYZ | 46.17 | 59.06 | 28.71 | - |
| YUV | 193.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 126 | 0.17 | 0 | 0.41 | 0.16 | 84.55 | 0.52 | 0.67 |
| Hex | B2 | D6 | 7E | 11 | 0 | 29 | 10 | 55 | 34 | 43 |
| Octal | 262 | 326 | 176 | 21 | 0 | 51 | 20 | 125 | 64 | 103 |
| Binary | 10110010 | 11010110 | 1111110 | 10001 | 0 | 101001 | 10000 | 1010101 | 110100 | 1000011 |
Color Harmonies of #B2D67E
Complementary color
Monochromatic Colors of #B2D67E
Black with #B2D67E
Text Example
Text Example
White with #B2D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D67E; }
p { color: rgb(178,214,126); }
H1.HeaderClassName
{
color: #B2D67E;
}
.AnyTagClassName
{
color: #B2D67E;
}
</style>
background-color css
<style>
a { background-color: #B2D67E; }
a { background-color: rgb(178,214,126); }
div.DivClassName
{
background-color: #B2D67E;
}
.BgClassName
{
background-color: #B2D67E;
}
</style>
border-color css
<style>
span { border-color: #B2D67E; }
span { border-color: rgb(178,214,126); }
td.TdClassName
{
border-color: #B2D67E;
}
.TagClassName
{
border-color: #B2D67E;
}
</style>