Shades of Feijoa #B2DF93
Tints of Feijoa #B2DF93
RGB
CMYK
RGB Variations
Color information
#B2DF93 (or 0xB2DF93) is known color: Feijoa. HEX triplet: B2, DF and 93. RGB value is (178,223,147). Sum of RGB (Red+Green+Blue) = 178+223+147=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF93 is #4D206C. Grayscale: #C9C9C9. Windows color (decimal): -5054573 or 9691058. OLE color: 9691058.
HSL color Cylindrical-coordinate representation of color #B2DF93: hue angle of 95.53º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2DF93 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 147 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.13 |
| HSL | 95.53º | 0.54% | 0.73% | - |
| HSV(B) | 95.53º | 0.34% | 0.87% | - |
| XYZ | 50.01 | 64.35 | 37.39 | - |
| YUV | 200.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 147 | 0.20 | 0 | 0.34 | 0.13 | 95.53 | 0.54 | 0.73 |
| Hex | B2 | DF | 93 | 14 | 0 | 22 | D | 60 | 36 | 49 |
| Octal | 262 | 337 | 223 | 24 | 0 | 42 | 15 | 140 | 66 | 111 |
| Binary | 10110010 | 11011111 | 10010011 | 10100 | 0 | 100010 | 1101 | 1100000 | 110110 | 1001001 |
Color Harmonies of #B2DF93
Complementary color
Monochromatic Colors of #B2DF93
Black with #B2DF93
Text Example
Text Example
White with #B2DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF93; }
p { color: rgb(178,223,147); }
H1.HeaderClassName
{
color: #B2DF93;
}
.AnyTagClassName
{
color: #B2DF93;
}
</style>
background-color css
<style>
a { background-color: #B2DF93; }
a { background-color: rgb(178,223,147); }
div.DivClassName
{
background-color: #B2DF93;
}
.BgClassName
{
background-color: #B2DF93;
}
</style>
border-color css
<style>
span { border-color: #B2DF93; }
span { border-color: rgb(178,223,147); }
td.TdClassName
{
border-color: #B2DF93;
}
.TagClassName
{
border-color: #B2DF93;
}
</style>