Shades of Feijoa #B2DC8D
Tints of Feijoa #B2DC8D
RGB
CMYK
RGB Variations
Color information
#B2DC8D (or 0xB2DC8D) is known color: Feijoa. HEX triplet: B2, DC and 8D. RGB value is (178,220,141). Sum of RGB (Red+Green+Blue) = 178+220+141=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC8D is #4D2372. Grayscale: #C6C6C6. Windows color (decimal): -5055347 or 9297074. OLE color: 9297074.
HSL color Cylindrical-coordinate representation of color #B2DC8D: hue angle of 91.9º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2DC8D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 141 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.14 |
| HSL | 91.9º | 0.53% | 0.71% | - |
| HSV(B) | 91.9º | 0.36% | 0.86% | - |
| XYZ | 48.76 | 62.57 | 34.71 | - |
| YUV | 198.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 141 | 0.19 | 0 | 0.36 | 0.14 | 91.9 | 0.53 | 0.71 |
| Hex | B2 | DC | 8D | 13 | 0 | 24 | E | 5C | 35 | 47 |
| Octal | 262 | 334 | 215 | 23 | 0 | 44 | 16 | 134 | 65 | 107 |
| Binary | 10110010 | 11011100 | 10001101 | 10011 | 0 | 100100 | 1110 | 1011100 | 110101 | 1000111 |
Color Harmonies of #B2DC8D
Complementary color
Monochromatic Colors of #B2DC8D
Black with #B2DC8D
Text Example
Text Example
White with #B2DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC8D; }
p { color: rgb(178,220,141); }
H1.HeaderClassName
{
color: #B2DC8D;
}
.AnyTagClassName
{
color: #B2DC8D;
}
</style>
background-color css
<style>
a { background-color: #B2DC8D; }
a { background-color: rgb(178,220,141); }
div.DivClassName
{
background-color: #B2DC8D;
}
.BgClassName
{
background-color: #B2DC8D;
}
</style>
border-color css
<style>
span { border-color: #B2DC8D; }
span { border-color: rgb(178,220,141); }
td.TdClassName
{
border-color: #B2DC8D;
}
.TagClassName
{
border-color: #B2DC8D;
}
</style>