Shades of Feijoa #B2DC80
Tints of Feijoa #B2DC80
RGB
CMYK
RGB Variations
Color information
#B2DC80 (or 0xB2DC80) is known color: Feijoa. HEX triplet: B2, DC and 80. RGB value is (178,220,128). Sum of RGB (Red+Green+Blue) = 178+220+128=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC80 is #4D237F. Grayscale: #C5C5C5. Windows color (decimal): -5055360 or 8445106. OLE color: 8445106.
HSL color Cylindrical-coordinate representation of color #B2DC80: hue angle of 87.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2DC80 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 128 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.14 |
| HSL | 87.39º | 0.57% | 0.68% | - |
| HSV(B) | 87.39º | 0.42% | 0.86% | - |
| XYZ | 47.85 | 62.21 | 29.91 | - |
| YUV | 196.95 | 89.09 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 128 | 0.19 | 0 | 0.42 | 0.14 | 87.39 | 0.57 | 0.68 |
| Hex | B2 | DC | 80 | 13 | 0 | 2A | E | 57 | 39 | 44 |
| Octal | 262 | 334 | 200 | 23 | 0 | 52 | 16 | 127 | 71 | 104 |
| Binary | 10110010 | 11011100 | 10000000 | 10011 | 0 | 101010 | 1110 | 1010111 | 111001 | 1000100 |
Color Harmonies of #B2DC80
Complementary color
Monochromatic Colors of #B2DC80
Black with #B2DC80
Text Example
Text Example
White with #B2DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC80; }
p { color: rgb(178,220,128); }
H1.HeaderClassName
{
color: #B2DC80;
}
.AnyTagClassName
{
color: #B2DC80;
}
</style>
background-color css
<style>
a { background-color: #B2DC80; }
a { background-color: rgb(178,220,128); }
div.DivClassName
{
background-color: #B2DC80;
}
.BgClassName
{
background-color: #B2DC80;
}
</style>
border-color css
<style>
span { border-color: #B2DC80; }
span { border-color: rgb(178,220,128); }
td.TdClassName
{
border-color: #B2DC80;
}
.TagClassName
{
border-color: #B2DC80;
}
</style>