Shades of Madang #BFFF9F
Tints of Madang #BFFF9F
RGB
CMYK
RGB Variations
Color information
#BFFF9F (or 0xBFFF9F) is known color: Madang. HEX triplet: BF, FF and 9F. RGB value is (191,255,159). Sum of RGB (Red+Green+Blue) = 191+255+159=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF9F is #400060. Grayscale: #E1E1E1. Windows color (decimal): -4194401 or 10485695. OLE color: 10485695.
HSL color Cylindrical-coordinate representation of color #BFFF9F: hue angle of 100º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFFF9F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 159 | - |
| CMYK | 0.25 | 0 | 0.38 | 0 |
| HSL | 100º | 1% | 0.81% | - |
| HSV(B) | 100º | 0.38% | 1% | - |
| XYZ | 63.5 | 85.1 | 45.88 | - |
| YUV | 224.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 159 | 0.25 | 0 | 0.38 | 0 | 100 | 1 | 0.81 |
| Hex | BF | FF | 9F | 19 | 0 | 26 | 0 | 64 | 64 | 51 |
| Octal | 277 | 377 | 237 | 31 | 0 | 46 | 0 | 144 | 144 | 121 |
| Binary | 10111111 | 11111111 | 10011111 | 11001 | 0 | 100110 | 0 | 1100100 | 1100100 | 1010001 |
Color Harmonies of #BFFF9F
Complementary color
Monochromatic Colors of #BFFF9F
Black with #BFFF9F
Text Example
Text Example
White with #BFFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF9F; }
p { color: rgb(191,255,159); }
H1.HeaderClassName
{
color: #BFFF9F;
}
.AnyTagClassName
{
color: #BFFF9F;
}
</style>
background-color css
<style>
a { background-color: #BFFF9F; }
a { background-color: rgb(191,255,159); }
div.DivClassName
{
background-color: #BFFF9F;
}
.BgClassName
{
background-color: #BFFF9F;
}
</style>
border-color css
<style>
span { border-color: #BFFF9F; }
span { border-color: rgb(191,255,159); }
td.TdClassName
{
border-color: #BFFF9F;
}
.TagClassName
{
border-color: #BFFF9F;
}
</style>