Shades of Feijoa #B1DD85
Tints of Feijoa #B1DD85
RGB
CMYK
RGB Variations
Color information
#B1DD85 (or 0xB1DD85) is known color: Feijoa. HEX triplet: B1, DD and 85. RGB value is (177,221,133). Sum of RGB (Red+Green+Blue) = 177+221+133=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD85 is #4E227A. Grayscale: #C6C6C6. Windows color (decimal): -5120635 or 8773041. OLE color: 8773041.
HSL color Cylindrical-coordinate representation of color #B1DD85: hue angle of 90º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1DD85 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 133 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.13 |
| HSL | 90º | 0.56% | 0.69% | - |
| HSV(B) | 90º | 0.4% | 0.87% | - |
| XYZ | 48.22 | 62.75 | 31.76 | - |
| YUV | 197.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 133 | 0.20 | 0 | 0.40 | 0.13 | 90 | 0.56 | 0.69 |
| Hex | B1 | DD | 85 | 14 | 0 | 28 | D | 5A | 38 | 45 |
| Octal | 261 | 335 | 205 | 24 | 0 | 50 | 15 | 132 | 70 | 105 |
| Binary | 10110001 | 11011101 | 10000101 | 10100 | 0 | 101000 | 1101 | 1011010 | 111000 | 1000101 |
Color Harmonies of #B1DD85
Complementary color
Monochromatic Colors of #B1DD85
Black with #B1DD85
Text Example
Text Example
White with #B1DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD85; }
p { color: rgb(177,221,133); }
H1.HeaderClassName
{
color: #B1DD85;
}
.AnyTagClassName
{
color: #B1DD85;
}
</style>
background-color css
<style>
a { background-color: #B1DD85; }
a { background-color: rgb(177,221,133); }
div.DivClassName
{
background-color: #B1DD85;
}
.BgClassName
{
background-color: #B1DD85;
}
</style>
border-color css
<style>
span { border-color: #B1DD85; }
span { border-color: rgb(177,221,133); }
td.TdClassName
{
border-color: #B1DD85;
}
.TagClassName
{
border-color: #B1DD85;
}
</style>