Shades of Feijoa #B2F68A
Tints of Feijoa #B2F68A
RGB
CMYK
RGB Variations
Color information
#B2F68A (or 0xB2F68A) is known color: Feijoa. HEX triplet: B2, F6 and 8A. RGB value is (178,246,138). Sum of RGB (Red+Green+Blue) = 178+246+138=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F68A is #4D0975. Grayscale: #D5D5D5. Windows color (decimal): -5048694 or 9107122. OLE color: 9107122.
HSL color Cylindrical-coordinate representation of color #B2F68A: hue angle of 97.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2F68A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 138 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.04 |
| HSL | 97.78º | 0.86% | 0.75% | - |
| HSV(B) | 97.78º | 0.44% | 0.96% | - |
| XYZ | 55.9 | 77.21 | 36 | - |
| YUV | 213.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 138 | 0.28 | 0 | 0.44 | 0.04 | 97.78 | 0.86 | 0.75 |
| Hex | B2 | F6 | 8A | 1C | 0 | 2C | 4 | 62 | 56 | 4B |
| Octal | 262 | 366 | 212 | 34 | 0 | 54 | 4 | 142 | 126 | 113 |
| Binary | 10110010 | 11110110 | 10001010 | 11100 | 0 | 101100 | 100 | 1100010 | 1010110 | 1001011 |
Color Harmonies of #B2F68A
Complementary color
Monochromatic Colors of #B2F68A
Black with #B2F68A
Text Example
Text Example
White with #B2F68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F68A; }
p { color: rgb(178,246,138); }
H1.HeaderClassName
{
color: #B2F68A;
}
.AnyTagClassName
{
color: #B2F68A;
}
</style>
background-color css
<style>
a { background-color: #B2F68A; }
a { background-color: rgb(178,246,138); }
div.DivClassName
{
background-color: #B2F68A;
}
.BgClassName
{
background-color: #B2F68A;
}
</style>
border-color css
<style>
span { border-color: #B2F68A; }
span { border-color: rgb(178,246,138); }
td.TdClassName
{
border-color: #B2F68A;
}
.TagClassName
{
border-color: #B2F68A;
}
</style>