Shades of Madang #BFF1A0
Tints of Madang #BFF1A0
RGB
CMYK
RGB Variations
Color information
#BFF1A0 (or 0xBFF1A0) is known color: Madang. HEX triplet: BF, F1 and A0. RGB value is (191,241,160). Sum of RGB (Red+Green+Blue) = 191+241+160=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1A0 is #400E5F. Grayscale: #D9D9D9. Windows color (decimal): -4197984 or 10547647. OLE color: 10547647.
HSL color Cylindrical-coordinate representation of color #BFF1A0: hue angle of 97.04º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFF1A0 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 160 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.05 |
| HSL | 97.04º | 0.74% | 0.79% | - |
| HSV(B) | 97.04º | 0.34% | 0.95% | - |
| XYZ | 59.29 | 76.53 | 44.9 | - |
| YUV | 216.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 160 | 0.21 | 0 | 0.34 | 0.05 | 97.04 | 0.74 | 0.79 |
| Hex | BF | F1 | A0 | 15 | 0 | 22 | 5 | 61 | 4A | 4F |
| Octal | 277 | 361 | 240 | 25 | 0 | 42 | 5 | 141 | 112 | 117 |
| Binary | 10111111 | 11110001 | 10100000 | 10101 | 0 | 100010 | 101 | 1100001 | 1001010 | 1001111 |
Color Harmonies of #BFF1A0
Complementary color
Monochromatic Colors of #BFF1A0
Black with #BFF1A0
Text Example
Text Example
White with #BFF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1A0; }
p { color: rgb(191,241,160); }
H1.HeaderClassName
{
color: #BFF1A0;
}
.AnyTagClassName
{
color: #BFF1A0;
}
</style>
background-color css
<style>
a { background-color: #BFF1A0; }
a { background-color: rgb(191,241,160); }
div.DivClassName
{
background-color: #BFF1A0;
}
.BgClassName
{
background-color: #BFF1A0;
}
</style>
border-color css
<style>
span { border-color: #BFF1A0; }
span { border-color: rgb(191,241,160); }
td.TdClassName
{
border-color: #BFF1A0;
}
.TagClassName
{
border-color: #BFF1A0;
}
</style>