Shades of Feijoa #B2D87D
Tints of Feijoa #B2D87D
RGB
CMYK
RGB Variations
Color information
#B2D87D (or 0xB2D87D) is known color: Feijoa. HEX triplet: B2, D8 and 7D. RGB value is (178,216,125). Sum of RGB (Red+Green+Blue) = 178+216+125=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D87D is #4D2782. Grayscale: #C2C2C2. Windows color (decimal): -5056387 or 8247474. OLE color: 8247474.
HSL color Cylindrical-coordinate representation of color #B2D87D: hue angle of 85.05º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D87D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 125 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.15 |
| HSL | 85.05º | 0.54% | 0.67% | - |
| HSV(B) | 85.05º | 0.42% | 0.85% | - |
| XYZ | 46.62 | 60.06 | 28.54 | - |
| YUV | 194.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 125 | 0.18 | 0 | 0.42 | 0.15 | 85.05 | 0.54 | 0.67 |
| Hex | B2 | D8 | 7D | 12 | 0 | 2A | F | 55 | 36 | 43 |
| Octal | 262 | 330 | 175 | 22 | 0 | 52 | 17 | 125 | 66 | 103 |
| Binary | 10110010 | 11011000 | 1111101 | 10010 | 0 | 101010 | 1111 | 1010101 | 110110 | 1000011 |
Color Harmonies of #B2D87D
Complementary color
Monochromatic Colors of #B2D87D
Black with #B2D87D
Text Example
Text Example
White with #B2D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D87D; }
p { color: rgb(178,216,125); }
H1.HeaderClassName
{
color: #B2D87D;
}
.AnyTagClassName
{
color: #B2D87D;
}
</style>
background-color css
<style>
a { background-color: #B2D87D; }
a { background-color: rgb(178,216,125); }
div.DivClassName
{
background-color: #B2D87D;
}
.BgClassName
{
background-color: #B2D87D;
}
</style>
border-color css
<style>
span { border-color: #B2D87D; }
span { border-color: rgb(178,216,125); }
td.TdClassName
{
border-color: #B2D87D;
}
.TagClassName
{
border-color: #B2D87D;
}
</style>