Shades of Feijoa #B2D68D
Tints of Feijoa #B2D68D
RGB
CMYK
RGB Variations
Color information
#B2D68D (or 0xB2D68D) is known color: Feijoa. HEX triplet: B2, D6 and 8D. RGB value is (178,214,141). Sum of RGB (Red+Green+Blue) = 178+214+141=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D68D is #4D2972. Grayscale: #C3C3C3. Windows color (decimal): -5056883 or 9295538. OLE color: 9295538.
HSL color Cylindrical-coordinate representation of color #B2D68D: hue angle of 89.59º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2D68D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 141 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.16 |
| HSL | 89.59º | 0.47% | 0.7% | - |
| HSV(B) | 89.59º | 0.34% | 0.84% | - |
| XYZ | 47.21 | 59.48 | 34.19 | - |
| YUV | 194.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 141 | 0.17 | 0 | 0.34 | 0.16 | 89.59 | 0.47 | 0.7 |
| Hex | B2 | D6 | 8D | 11 | 0 | 22 | 10 | 5A | 2F | 46 |
| Octal | 262 | 326 | 215 | 21 | 0 | 42 | 20 | 132 | 57 | 106 |
| Binary | 10110010 | 11010110 | 10001101 | 10001 | 0 | 100010 | 10000 | 1011010 | 101111 | 1000110 |
Color Harmonies of #B2D68D
Complementary color
Monochromatic Colors of #B2D68D
Black with #B2D68D
Text Example
Text Example
White with #B2D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D68D; }
p { color: rgb(178,214,141); }
H1.HeaderClassName
{
color: #B2D68D;
}
.AnyTagClassName
{
color: #B2D68D;
}
</style>
background-color css
<style>
a { background-color: #B2D68D; }
a { background-color: rgb(178,214,141); }
div.DivClassName
{
background-color: #B2D68D;
}
.BgClassName
{
background-color: #B2D68D;
}
</style>
border-color css
<style>
span { border-color: #B2D68D; }
span { border-color: rgb(178,214,141); }
td.TdClassName
{
border-color: #B2D68D;
}
.TagClassName
{
border-color: #B2D68D;
}
</style>