Shades of Feijoa #B2DE7B
Tints of Feijoa #B2DE7B
RGB
CMYK
RGB Variations
Color information
#B2DE7B (or 0xB2DE7B) is known color: Feijoa. HEX triplet: B2, DE and 7B. RGB value is (178,222,123). Sum of RGB (Red+Green+Blue) = 178+222+123=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE7B is #4D2184. Grayscale: #C5C5C5. Windows color (decimal): -5054853 or 8117938. OLE color: 8117938.
HSL color Cylindrical-coordinate representation of color #B2DE7B: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2DE7B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 123 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.13 |
| HSL | 86.67º | 0.6% | 0.68% | - |
| HSV(B) | 86.67º | 0.45% | 0.87% | - |
| XYZ | 48.06 | 63.14 | 28.39 | - |
| YUV | 197.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 123 | 0.20 | 0 | 0.45 | 0.13 | 86.67 | 0.6 | 0.68 |
| Hex | B2 | DE | 7B | 14 | 0 | 2D | D | 57 | 3C | 44 |
| Octal | 262 | 336 | 173 | 24 | 0 | 55 | 15 | 127 | 74 | 104 |
| Binary | 10110010 | 11011110 | 1111011 | 10100 | 0 | 101101 | 1101 | 1010111 | 111100 | 1000100 |
Color Harmonies of #B2DE7B
Complementary color
Monochromatic Colors of #B2DE7B
Black with #B2DE7B
Text Example
Text Example
White with #B2DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DE7B; }
p { color: rgb(178,222,123); }
H1.HeaderClassName
{
color: #B2DE7B;
}
.AnyTagClassName
{
color: #B2DE7B;
}
</style>
background-color css
<style>
a { background-color: #B2DE7B; }
a { background-color: rgb(178,222,123); }
div.DivClassName
{
background-color: #B2DE7B;
}
.BgClassName
{
background-color: #B2DE7B;
}
</style>
border-color css
<style>
span { border-color: #B2DE7B; }
span { border-color: rgb(178,222,123); }
td.TdClassName
{
border-color: #B2DE7B;
}
.TagClassName
{
border-color: #B2DE7B;
}
</style>