Shades of Feijoa #B2E67F
Tints of Feijoa #B2E67F
RGB
CMYK
RGB Variations
Color information
#B2E67F (or 0xB2E67F) is known color: Feijoa. HEX triplet: B2, E6 and 7F. RGB value is (178,230,127). Sum of RGB (Red+Green+Blue) = 178+230+127=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E67F is #4D1980. Grayscale: #CBCBCB. Windows color (decimal): -5052801 or 8382130. OLE color: 8382130.
HSL color Cylindrical-coordinate representation of color #B2E67F: hue angle of 90.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2E67F is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 127 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.10 |
| HSL | 90.29º | 0.67% | 0.7% | - |
| HSV(B) | 90.29º | 0.45% | 0.9% | - |
| XYZ | 50.49 | 67.59 | 30.46 | - |
| YUV | 202.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 127 | 0.23 | 0 | 0.45 | 0.10 | 90.29 | 0.67 | 0.7 |
| Hex | B2 | E6 | 7F | 17 | 0 | 2D | A | 5A | 43 | 46 |
| Octal | 262 | 346 | 177 | 27 | 0 | 55 | 12 | 132 | 103 | 106 |
| Binary | 10110010 | 11100110 | 1111111 | 10111 | 0 | 101101 | 1010 | 1011010 | 1000011 | 1000110 |
Color Harmonies of #B2E67F
Complementary color
Monochromatic Colors of #B2E67F
Black with #B2E67F
Text Example
Text Example
White with #B2E67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E67F; }
p { color: rgb(178,230,127); }
H1.HeaderClassName
{
color: #B2E67F;
}
.AnyTagClassName
{
color: #B2E67F;
}
</style>
background-color css
<style>
a { background-color: #B2E67F; }
a { background-color: rgb(178,230,127); }
div.DivClassName
{
background-color: #B2E67F;
}
.BgClassName
{
background-color: #B2E67F;
}
</style>
border-color css
<style>
span { border-color: #B2E67F; }
span { border-color: rgb(178,230,127); }
td.TdClassName
{
border-color: #B2E67F;
}
.TagClassName
{
border-color: #B2E67F;
}
</style>