Shades of Madang #BFFF9E
Tints of Madang #BFFF9E
RGB
CMYK
RGB Variations
Color information
#BFFF9E (or 0xBFFF9E) is known color: Madang. HEX triplet: BF, FF and 9E. RGB value is (191,255,158). Sum of RGB (Red+Green+Blue) = 191+255+158=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF9E is #400061. Grayscale: #E1E1E1. Windows color (decimal): -4194402 or 10420159. OLE color: 10420159.
HSL color Cylindrical-coordinate representation of color #BFFF9E: hue angle of 99.59º 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 #BFFF9E is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 158 | - |
| CMYK | 0.25 | 0 | 0.38 | 0 |
| HSL | 99.59º | 1% | 0.81% | - |
| HSV(B) | 99.59º | 0.38% | 1% | - |
| XYZ | 63.42 | 85.06 | 45.42 | - |
| YUV | 224.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 158 | 0.25 | 0 | 0.38 | 0 | 99.59 | 1 | 0.81 |
| Hex | BF | FF | 9E | 19 | 0 | 26 | 0 | 64 | 64 | 51 |
| Octal | 277 | 377 | 236 | 31 | 0 | 46 | 0 | 144 | 144 | 121 |
| Binary | 10111111 | 11111111 | 10011110 | 11001 | 0 | 100110 | 0 | 1100100 | 1100100 | 1010001 |
Color Harmonies of #BFFF9E
Complementary color
Monochromatic Colors of #BFFF9E
Black with #BFFF9E
Text Example
Text Example
White with #BFFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF9E; }
p { color: rgb(191,255,158); }
H1.HeaderClassName
{
color: #BFFF9E;
}
.AnyTagClassName
{
color: #BFFF9E;
}
</style>
background-color css
<style>
a { background-color: #BFFF9E; }
a { background-color: rgb(191,255,158); }
div.DivClassName
{
background-color: #BFFF9E;
}
.BgClassName
{
background-color: #BFFF9E;
}
</style>
border-color css
<style>
span { border-color: #BFFF9E; }
span { border-color: rgb(191,255,158); }
td.TdClassName
{
border-color: #BFFF9E;
}
.TagClassName
{
border-color: #BFFF9E;
}
</style>