Shades of Madang #BFF0A0
Tints of Madang #BFF0A0
RGB
CMYK
RGB Variations
Color information
#BFF0A0 (or 0xBFF0A0) is known color: Madang. HEX triplet: BF, F0 and A0. RGB value is (191,240,160). Sum of RGB (Red+Green+Blue) = 191+240+160=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF0A0 is #400F5F. Grayscale: #D8D8D8. Windows color (decimal): -4198240 or 10547391. OLE color: 10547391.
HSL color Cylindrical-coordinate representation of color #BFF0A0: hue angle of 96.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFF0A0 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 160 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.06 |
| HSL | 96.75º | 0.73% | 0.78% | - |
| HSV(B) | 96.75º | 0.33% | 0.94% | - |
| XYZ | 58.99 | 75.93 | 44.81 | - |
| YUV | 216.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 160 | 0.20 | 0 | 0.33 | 0.06 | 96.75 | 0.73 | 0.78 |
| Hex | BF | F0 | A0 | 14 | 0 | 21 | 6 | 61 | 49 | 4E |
| Octal | 277 | 360 | 240 | 24 | 0 | 41 | 6 | 141 | 111 | 116 |
| Binary | 10111111 | 11110000 | 10100000 | 10100 | 0 | 100001 | 110 | 1100001 | 1001001 | 1001110 |
Color Harmonies of #BFF0A0
Complementary color
Monochromatic Colors of #BFF0A0
Black with #BFF0A0
Text Example
Text Example
White with #BFF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0A0; }
p { color: rgb(191,240,160); }
H1.HeaderClassName
{
color: #BFF0A0;
}
.AnyTagClassName
{
color: #BFF0A0;
}
</style>
background-color css
<style>
a { background-color: #BFF0A0; }
a { background-color: rgb(191,240,160); }
div.DivClassName
{
background-color: #BFF0A0;
}
.BgClassName
{
background-color: #BFF0A0;
}
</style>
border-color css
<style>
span { border-color: #BFF0A0; }
span { border-color: rgb(191,240,160); }
td.TdClassName
{
border-color: #BFF0A0;
}
.TagClassName
{
border-color: #BFF0A0;
}
</style>