Shades of Feijoa #B2ED85
Tints of Feijoa #B2ED85
RGB
CMYK
RGB Variations
Color information
#B2ED85 (or 0xB2ED85) is known color: Feijoa. HEX triplet: B2, ED and 85. RGB value is (178,237,133). Sum of RGB (Red+Green+Blue) = 178+237+133=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2ED85 is #4D127A. Grayscale: #CFCFCF. Windows color (decimal): -5051003 or 8777138. OLE color: 8777138.
HSL color Cylindrical-coordinate representation of color #B2ED85: hue angle of 94.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2ED85 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 133 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.07 |
| HSL | 94.04º | 0.74% | 0.73% | - |
| HSV(B) | 94.04º | 0.44% | 0.93% | - |
| XYZ | 52.88 | 71.73 | 33.25 | - |
| YUV | 207.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 133 | 0.25 | 0 | 0.44 | 0.07 | 94.04 | 0.74 | 0.73 |
| Hex | B2 | ED | 85 | 19 | 0 | 2C | 7 | 5E | 4A | 49 |
| Octal | 262 | 355 | 205 | 31 | 0 | 54 | 7 | 136 | 112 | 111 |
| Binary | 10110010 | 11101101 | 10000101 | 11001 | 0 | 101100 | 111 | 1011110 | 1001010 | 1001001 |
Color Harmonies of #B2ED85
Complementary color
Monochromatic Colors of #B2ED85
Black with #B2ED85
Text Example
Text Example
White with #B2ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED85; }
p { color: rgb(178,237,133); }
H1.HeaderClassName
{
color: #B2ED85;
}
.AnyTagClassName
{
color: #B2ED85;
}
</style>
background-color css
<style>
a { background-color: #B2ED85; }
a { background-color: rgb(178,237,133); }
div.DivClassName
{
background-color: #B2ED85;
}
.BgClassName
{
background-color: #B2ED85;
}
</style>
border-color css
<style>
span { border-color: #B2ED85; }
span { border-color: rgb(178,237,133); }
td.TdClassName
{
border-color: #B2ED85;
}
.TagClassName
{
border-color: #B2ED85;
}
</style>