Shades of Feijoa #B2DC75
Tints of Feijoa #B2DC75
RGB
CMYK
RGB Variations
Color information
#B2DC75 (or 0xB2DC75) is known color: Feijoa. HEX triplet: B2, DC and 75. RGB value is (178,220,117). Sum of RGB (Red+Green+Blue) = 178+220+117=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC75 is #4D238A. Grayscale: #C4C4C4. Windows color (decimal): -5055371 or 7724210. OLE color: 7724210.
HSL color Cylindrical-coordinate representation of color #B2DC75: hue angle of 84.47º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2DC75 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 117 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.14 |
| HSL | 84.47º | 0.6% | 0.66% | - |
| HSV(B) | 84.47º | 0.47% | 0.86% | - |
| XYZ | 47.16 | 61.94 | 26.3 | - |
| YUV | 195.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 117 | 0.19 | 0 | 0.47 | 0.14 | 84.47 | 0.6 | 0.66 |
| Hex | B2 | DC | 75 | 13 | 0 | 2F | E | 54 | 3C | 42 |
| Octal | 262 | 334 | 165 | 23 | 0 | 57 | 16 | 124 | 74 | 102 |
| Binary | 10110010 | 11011100 | 1110101 | 10011 | 0 | 101111 | 1110 | 1010100 | 111100 | 1000010 |
Color Harmonies of #B2DC75
Complementary color
Monochromatic Colors of #B2DC75
Black with #B2DC75
Text Example
Text Example
White with #B2DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC75; }
p { color: rgb(178,220,117); }
H1.HeaderClassName
{
color: #B2DC75;
}
.AnyTagClassName
{
color: #B2DC75;
}
</style>
background-color css
<style>
a { background-color: #B2DC75; }
a { background-color: rgb(178,220,117); }
div.DivClassName
{
background-color: #B2DC75;
}
.BgClassName
{
background-color: #B2DC75;
}
</style>
border-color css
<style>
span { border-color: #B2DC75; }
span { border-color: rgb(178,220,117); }
td.TdClassName
{
border-color: #B2DC75;
}
.TagClassName
{
border-color: #B2DC75;
}
</style>