Shades of Madang #BFEB9F
Tints of Madang #BFEB9F
RGB
CMYK
RGB Variations
Color information
#BFEB9F (or 0xBFEB9F) is known color: Madang. HEX triplet: BF, EB and 9F. RGB value is (191,235,159). Sum of RGB (Red+Green+Blue) = 191+235+159=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB9F is #401460. Grayscale: #D5D5D5. Windows color (decimal): -4199521 or 10480575. OLE color: 10480575.
HSL color Cylindrical-coordinate representation of color #BFEB9F: hue angle of 94.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFEB9F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 159 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.08 |
| HSL | 94.74º | 0.66% | 0.77% | - |
| HSV(B) | 94.74º | 0.32% | 0.92% | - |
| XYZ | 57.45 | 73 | 43.86 | - |
| YUV | 213.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 159 | 0.19 | 0 | 0.32 | 0.08 | 94.74 | 0.66 | 0.77 |
| Hex | BF | EB | 9F | 13 | 0 | 20 | 8 | 5F | 42 | 4D |
| Octal | 277 | 353 | 237 | 23 | 0 | 40 | 10 | 137 | 102 | 115 |
| Binary | 10111111 | 11101011 | 10011111 | 10011 | 0 | 100000 | 1000 | 1011111 | 1000010 | 1001101 |
Color Harmonies of #BFEB9F
Complementary color
Monochromatic Colors of #BFEB9F
Black with #BFEB9F
Text Example
Text Example
White with #BFEB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB9F; }
p { color: rgb(191,235,159); }
H1.HeaderClassName
{
color: #BFEB9F;
}
.AnyTagClassName
{
color: #BFEB9F;
}
</style>
background-color css
<style>
a { background-color: #BFEB9F; }
a { background-color: rgb(191,235,159); }
div.DivClassName
{
background-color: #BFEB9F;
}
.BgClassName
{
background-color: #BFEB9F;
}
</style>
border-color css
<style>
span { border-color: #BFEB9F; }
span { border-color: rgb(191,235,159); }
td.TdClassName
{
border-color: #BFEB9F;
}
.TagClassName
{
border-color: #BFEB9F;
}
</style>