Shades of Feijoa #B2DC85
Tints of Feijoa #B2DC85
RGB
CMYK
RGB Variations
Color information
#B2DC85 (or 0xB2DC85) is known color: Feijoa. HEX triplet: B2, DC and 85. RGB value is (178,220,133). Sum of RGB (Red+Green+Blue) = 178+220+133=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC85 is #4D237A. Grayscale: #C5C5C5. Windows color (decimal): -5055355 or 8772786. OLE color: 8772786.
HSL color Cylindrical-coordinate representation of color #B2DC85: hue angle of 88.97º degrees, saturation: 0.55, 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 #B2DC85 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 133 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.14 |
| HSL | 88.97º | 0.55% | 0.69% | - |
| HSV(B) | 88.97º | 0.4% | 0.86% | - |
| XYZ | 48.19 | 62.34 | 31.68 | - |
| YUV | 197.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 133 | 0.19 | 0 | 0.40 | 0.14 | 88.97 | 0.55 | 0.69 |
| Hex | B2 | DC | 85 | 13 | 0 | 28 | E | 59 | 37 | 45 |
| Octal | 262 | 334 | 205 | 23 | 0 | 50 | 16 | 131 | 67 | 105 |
| Binary | 10110010 | 11011100 | 10000101 | 10011 | 0 | 101000 | 1110 | 1011001 | 110111 | 1000101 |
Color Harmonies of #B2DC85
Complementary color
Monochromatic Colors of #B2DC85
Black with #B2DC85
Text Example
Text Example
White with #B2DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC85; }
p { color: rgb(178,220,133); }
H1.HeaderClassName
{
color: #B2DC85;
}
.AnyTagClassName
{
color: #B2DC85;
}
</style>
background-color css
<style>
a { background-color: #B2DC85; }
a { background-color: rgb(178,220,133); }
div.DivClassName
{
background-color: #B2DC85;
}
.BgClassName
{
background-color: #B2DC85;
}
</style>
border-color css
<style>
span { border-color: #B2DC85; }
span { border-color: rgb(178,220,133); }
td.TdClassName
{
border-color: #B2DC85;
}
.TagClassName
{
border-color: #B2DC85;
}
</style>