Shades of Madang #BFFEA1
Tints of Madang #BFFEA1
RGB
CMYK
RGB Variations
Color information
#BFFEA1 (or 0xBFFEA1) is known color: Madang. HEX triplet: BF, FE and A1. RGB value is (191,254,161). Sum of RGB (Red+Green+Blue) = 191+254+161=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEA1 is #40015E. Grayscale: #E0E0E0. Windows color (decimal): -4194655 or 10616511. OLE color: 10616511.
HSL color Cylindrical-coordinate representation of color #BFFEA1: hue angle of 100.65º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFFEA1 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 161 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.00 |
| HSL | 100.65º | 0.98% | 0.81% | - |
| HSV(B) | 100.65º | 0.37% | 1% | - |
| XYZ | 63.36 | 84.53 | 46.7 | - |
| YUV | 224.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 161 | 0.25 | 0 | 0.37 | 0.00 | 100.65 | 0.98 | 0.81 |
| Hex | BF | FE | A1 | 19 | 0 | 25 | 0 | 65 | 62 | 51 |
| Octal | 277 | 376 | 241 | 31 | 0 | 45 | 0 | 145 | 142 | 121 |
| Binary | 10111111 | 11111110 | 10100001 | 11001 | 0 | 100101 | 0 | 1100101 | 1100010 | 1010001 |
Color Harmonies of #BFFEA1
Complementary color
Monochromatic Colors of #BFFEA1
Black with #BFFEA1
Text Example
Text Example
White with #BFFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEA1; }
p { color: rgb(191,254,161); }
H1.HeaderClassName
{
color: #BFFEA1;
}
.AnyTagClassName
{
color: #BFFEA1;
}
</style>
background-color css
<style>
a { background-color: #BFFEA1; }
a { background-color: rgb(191,254,161); }
div.DivClassName
{
background-color: #BFFEA1;
}
.BgClassName
{
background-color: #BFFEA1;
}
</style>
border-color css
<style>
span { border-color: #BFFEA1; }
span { border-color: rgb(191,254,161); }
td.TdClassName
{
border-color: #BFFEA1;
}
.TagClassName
{
border-color: #BFFEA1;
}
</style>