Shades of Madang #BFFDA0
Tints of Madang #BFFDA0
RGB
CMYK
RGB Variations
Color information
#BFFDA0 (or 0xBFFDA0) is known color: Madang. HEX triplet: BF, FD and A0. RGB value is (191,253,160). Sum of RGB (Red+Green+Blue) = 191+253+160=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFDA0 is #40025F. Grayscale: #E0E0E0. Windows color (decimal): -4194912 or 10550719. OLE color: 10550719.
HSL color Cylindrical-coordinate representation of color #BFFDA0: hue angle of 100º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFFDA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 160 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.01 |
| HSL | 100º | 0.96% | 0.81% | - |
| HSV(B) | 100º | 0.37% | 0.99% | - |
| XYZ | 62.96 | 83.86 | 46.13 | - |
| YUV | 223.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 160 | 0.25 | 0 | 0.37 | 0.01 | 100 | 0.96 | 0.81 |
| Hex | BF | FD | A0 | 19 | 0 | 25 | 1 | 64 | 60 | 51 |
| Octal | 277 | 375 | 240 | 31 | 0 | 45 | 1 | 144 | 140 | 121 |
| Binary | 10111111 | 11111101 | 10100000 | 11001 | 0 | 100101 | 1 | 1100100 | 1100000 | 1010001 |
Color Harmonies of #BFFDA0
Complementary color
Monochromatic Colors of #BFFDA0
Black with #BFFDA0
Text Example
Text Example
White with #BFFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDA0; }
p { color: rgb(191,253,160); }
H1.HeaderClassName
{
color: #BFFDA0;
}
.AnyTagClassName
{
color: #BFFDA0;
}
</style>
background-color css
<style>
a { background-color: #BFFDA0; }
a { background-color: rgb(191,253,160); }
div.DivClassName
{
background-color: #BFFDA0;
}
.BgClassName
{
background-color: #BFFDA0;
}
</style>
border-color css
<style>
span { border-color: #BFFDA0; }
span { border-color: rgb(191,253,160); }
td.TdClassName
{
border-color: #BFFDA0;
}
.TagClassName
{
border-color: #BFFDA0;
}
</style>