Shades of Feijoa #B2DC83
Tints of Feijoa #B2DC83
RGB
CMYK
RGB Variations
Color information
#B2DC83 (or 0xB2DC83) is known color: Feijoa. HEX triplet: B2, DC and 83. RGB value is (178,220,131). Sum of RGB (Red+Green+Blue) = 178+220+131=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC83 is #4D237C. Grayscale: #C5C5C5. Windows color (decimal): -5055357 or 8641714. OLE color: 8641714.
HSL color Cylindrical-coordinate representation of color #B2DC83: hue angle of 88.31º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2DC83 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 131 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.14 |
| HSL | 88.31º | 0.56% | 0.69% | - |
| HSV(B) | 88.31º | 0.4% | 0.86% | - |
| XYZ | 48.05 | 62.29 | 30.96 | - |
| YUV | 197.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 131 | 0.19 | 0 | 0.40 | 0.14 | 88.31 | 0.56 | 0.69 |
| Hex | B2 | DC | 83 | 13 | 0 | 28 | E | 58 | 38 | 45 |
| Octal | 262 | 334 | 203 | 23 | 0 | 50 | 16 | 130 | 70 | 105 |
| Binary | 10110010 | 11011100 | 10000011 | 10011 | 0 | 101000 | 1110 | 1011000 | 111000 | 1000101 |
Color Harmonies of #B2DC83
Complementary color
Monochromatic Colors of #B2DC83
Black with #B2DC83
Text Example
Text Example
White with #B2DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC83; }
p { color: rgb(178,220,131); }
H1.HeaderClassName
{
color: #B2DC83;
}
.AnyTagClassName
{
color: #B2DC83;
}
</style>
background-color css
<style>
a { background-color: #B2DC83; }
a { background-color: rgb(178,220,131); }
div.DivClassName
{
background-color: #B2DC83;
}
.BgClassName
{
background-color: #B2DC83;
}
</style>
border-color css
<style>
span { border-color: #B2DC83; }
span { border-color: rgb(178,220,131); }
td.TdClassName
{
border-color: #B2DC83;
}
.TagClassName
{
border-color: #B2DC83;
}
</style>