Shades of Feijoa #B2DA78
Tints of Feijoa #B2DA78
RGB
CMYK
RGB Variations
Color information
#B2DA78 (or 0xB2DA78) is known color: Feijoa. HEX triplet: B2, DA and 78. RGB value is (178,218,120). Sum of RGB (Red+Green+Blue) = 178+218+120=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA78 is #4D2587. Grayscale: #C3C3C3. Windows color (decimal): -5055880 or 7920306. OLE color: 7920306.
HSL color Cylindrical-coordinate representation of color #B2DA78: hue angle of 84.49º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2DA78 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 120 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.15 |
| HSL | 84.49º | 0.57% | 0.66% | - |
| HSV(B) | 84.49º | 0.45% | 0.85% | - |
| XYZ | 46.82 | 60.96 | 27.07 | - |
| YUV | 194.87 | 85.75 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 120 | 0.18 | 0 | 0.45 | 0.15 | 84.49 | 0.57 | 0.66 |
| Hex | B2 | DA | 78 | 12 | 0 | 2D | F | 54 | 39 | 42 |
| Octal | 262 | 332 | 170 | 22 | 0 | 55 | 17 | 124 | 71 | 102 |
| Binary | 10110010 | 11011010 | 1111000 | 10010 | 0 | 101101 | 1111 | 1010100 | 111001 | 1000010 |
Color Harmonies of #B2DA78
Complementary color
Monochromatic Colors of #B2DA78
Black with #B2DA78
Text Example
Text Example
White with #B2DA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA78; }
p { color: rgb(178,218,120); }
H1.HeaderClassName
{
color: #B2DA78;
}
.AnyTagClassName
{
color: #B2DA78;
}
</style>
background-color css
<style>
a { background-color: #B2DA78; }
a { background-color: rgb(178,218,120); }
div.DivClassName
{
background-color: #B2DA78;
}
.BgClassName
{
background-color: #B2DA78;
}
</style>
border-color css
<style>
span { border-color: #B2DA78; }
span { border-color: rgb(178,218,120); }
td.TdClassName
{
border-color: #B2DA78;
}
.TagClassName
{
border-color: #B2DA78;
}
</style>