Shades of Madang #BFF5A0
Tints of Madang #BFF5A0
RGB
CMYK
RGB Variations
Color information
#BFF5A0 (or 0xBFF5A0) is known color: Madang. HEX triplet: BF, F5 and A0. RGB value is (191,245,160). Sum of RGB (Red+Green+Blue) = 191+245+160=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF5A0 is #400A5F. Grayscale: #DBDBDB. Windows color (decimal): -4196960 or 10548671. OLE color: 10548671.
HSL color Cylindrical-coordinate representation of color #BFF5A0: hue angle of 98.12º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFF5A0 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 160 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.04 |
| HSL | 98.12º | 0.81% | 0.79% | - |
| HSV(B) | 98.12º | 0.35% | 0.96% | - |
| XYZ | 60.48 | 78.92 | 45.3 | - |
| YUV | 219.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 160 | 0.22 | 0 | 0.35 | 0.04 | 98.12 | 0.81 | 0.79 |
| Hex | BF | F5 | A0 | 16 | 0 | 23 | 4 | 62 | 51 | 4F |
| Octal | 277 | 365 | 240 | 26 | 0 | 43 | 4 | 142 | 121 | 117 |
| Binary | 10111111 | 11110101 | 10100000 | 10110 | 0 | 100011 | 100 | 1100010 | 1010001 | 1001111 |
Color Harmonies of #BFF5A0
Complementary color
Monochromatic Colors of #BFF5A0
Black with #BFF5A0
Text Example
Text Example
White with #BFF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5A0; }
p { color: rgb(191,245,160); }
H1.HeaderClassName
{
color: #BFF5A0;
}
.AnyTagClassName
{
color: #BFF5A0;
}
</style>
background-color css
<style>
a { background-color: #BFF5A0; }
a { background-color: rgb(191,245,160); }
div.DivClassName
{
background-color: #BFF5A0;
}
.BgClassName
{
background-color: #BFF5A0;
}
</style>
border-color css
<style>
span { border-color: #BFF5A0; }
span { border-color: rgb(191,245,160); }
td.TdClassName
{
border-color: #BFF5A0;
}
.TagClassName
{
border-color: #BFF5A0;
}
</style>