Shades of Feijoa #B2D38D
Tints of Feijoa #B2D38D
RGB
CMYK
RGB Variations
Color information
#B2D38D (or 0xB2D38D) is known color: Feijoa. HEX triplet: B2, D3 and 8D. RGB value is (178,211,141). Sum of RGB (Red+Green+Blue) = 178+211+141=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D38D is #4D2C72. Grayscale: #C1C1C1. Windows color (decimal): -5057651 or 9294770. OLE color: 9294770.
HSL color Cylindrical-coordinate representation of color #B2D38D: hue angle of 88.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D38D is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 141 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.17 |
| HSL | 88.29º | 0.44% | 0.69% | - |
| HSV(B) | 88.29º | 0.33% | 0.83% | - |
| XYZ | 46.46 | 57.98 | 33.94 | - |
| YUV | 193.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 141 | 0.16 | 0 | 0.33 | 0.17 | 88.29 | 0.44 | 0.69 |
| Hex | B2 | D3 | 8D | 10 | 0 | 21 | 11 | 58 | 2C | 45 |
| Octal | 262 | 323 | 215 | 20 | 0 | 41 | 21 | 130 | 54 | 105 |
| Binary | 10110010 | 11010011 | 10001101 | 10000 | 0 | 100001 | 10001 | 1011000 | 101100 | 1000101 |
Color Harmonies of #B2D38D
Complementary color
Monochromatic Colors of #B2D38D
Black with #B2D38D
Text Example
Text Example
White with #B2D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D38D; }
p { color: rgb(178,211,141); }
H1.HeaderClassName
{
color: #B2D38D;
}
.AnyTagClassName
{
color: #B2D38D;
}
</style>
background-color css
<style>
a { background-color: #B2D38D; }
a { background-color: rgb(178,211,141); }
div.DivClassName
{
background-color: #B2D38D;
}
.BgClassName
{
background-color: #B2D38D;
}
</style>
border-color css
<style>
span { border-color: #B2D38D; }
span { border-color: rgb(178,211,141); }
td.TdClassName
{
border-color: #B2D38D;
}
.TagClassName
{
border-color: #B2D38D;
}
</style>