Shades of Feijoa #B2DC87
Tints of Feijoa #B2DC87
RGB
CMYK
RGB Variations
Color information
#B2DC87 (or 0xB2DC87) is known color: Feijoa. HEX triplet: B2, DC and 87. RGB value is (178,220,135). Sum of RGB (Red+Green+Blue) = 178+220+135=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC87 is #4D2378. Grayscale: #C6C6C6. Windows color (decimal): -5055353 or 8903858. OLE color: 8903858.
HSL color Cylindrical-coordinate representation of color #B2DC87: hue angle of 89.65º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2DC87 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 135 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.14 |
| HSL | 89.65º | 0.55% | 0.7% | - |
| HSV(B) | 89.65º | 0.39% | 0.86% | - |
| XYZ | 48.33 | 62.4 | 32.42 | - |
| YUV | 197.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 135 | 0.19 | 0 | 0.39 | 0.14 | 89.65 | 0.55 | 0.7 |
| Hex | B2 | DC | 87 | 13 | 0 | 27 | E | 5A | 37 | 46 |
| Octal | 262 | 334 | 207 | 23 | 0 | 47 | 16 | 132 | 67 | 106 |
| Binary | 10110010 | 11011100 | 10000111 | 10011 | 0 | 100111 | 1110 | 1011010 | 110111 | 1000110 |
Color Harmonies of #B2DC87
Complementary color
Monochromatic Colors of #B2DC87
Black with #B2DC87
Text Example
Text Example
White with #B2DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC87; }
p { color: rgb(178,220,135); }
H1.HeaderClassName
{
color: #B2DC87;
}
.AnyTagClassName
{
color: #B2DC87;
}
</style>
background-color css
<style>
a { background-color: #B2DC87; }
a { background-color: rgb(178,220,135); }
div.DivClassName
{
background-color: #B2DC87;
}
.BgClassName
{
background-color: #B2DC87;
}
</style>
border-color css
<style>
span { border-color: #B2DC87; }
span { border-color: rgb(178,220,135); }
td.TdClassName
{
border-color: #B2DC87;
}
.TagClassName
{
border-color: #B2DC87;
}
</style>