Shades of Madang #BFF5A1
Tints of Madang #BFF5A1
RGB
CMYK
RGB Variations
Color information
#BFF5A1 (or 0xBFF5A1) is known color: Madang. HEX triplet: BF, F5 and A1. RGB value is (191,245,161). Sum of RGB (Red+Green+Blue) = 191+245+161=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF5A1 is #400A5E. Grayscale: #DBDBDB. Windows color (decimal): -4196959 or 10614207. OLE color: 10614207.
HSL color Cylindrical-coordinate representation of color #BFF5A1: hue angle of 98.57º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFF5A1 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 161 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.04 |
| HSL | 98.57º | 0.81% | 0.8% | - |
| HSV(B) | 98.57º | 0.34% | 0.96% | - |
| XYZ | 60.57 | 78.95 | 45.77 | - |
| YUV | 219.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 161 | 0.22 | 0 | 0.34 | 0.04 | 98.57 | 0.81 | 0.8 |
| Hex | BF | F5 | A1 | 16 | 0 | 22 | 4 | 63 | 51 | 50 |
| Octal | 277 | 365 | 241 | 26 | 0 | 42 | 4 | 143 | 121 | 120 |
| Binary | 10111111 | 11110101 | 10100001 | 10110 | 0 | 100010 | 100 | 1100011 | 1010001 | 1010000 |
Color Harmonies of #BFF5A1
Complementary color
Monochromatic Colors of #BFF5A1
Black with #BFF5A1
Text Example
Text Example
White with #BFF5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5A1; }
p { color: rgb(191,245,161); }
H1.HeaderClassName
{
color: #BFF5A1;
}
.AnyTagClassName
{
color: #BFF5A1;
}
</style>
background-color css
<style>
a { background-color: #BFF5A1; }
a { background-color: rgb(191,245,161); }
div.DivClassName
{
background-color: #BFF5A1;
}
.BgClassName
{
background-color: #BFF5A1;
}
</style>
border-color css
<style>
span { border-color: #BFF5A1; }
span { border-color: rgb(191,245,161); }
td.TdClassName
{
border-color: #BFF5A1;
}
.TagClassName
{
border-color: #BFF5A1;
}
</style>