Shades of Madang #BFF2A0
Tints of Madang #BFF2A0
RGB
CMYK
RGB Variations
Color information
#BFF2A0 (or 0xBFF2A0) is known color: Madang. HEX triplet: BF, F2 and A0. RGB value is (191,242,160). Sum of RGB (Red+Green+Blue) = 191+242+160=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF2A0 is #400D5F. Grayscale: #D9D9D9. Windows color (decimal): -4197728 or 10547903. OLE color: 10547903.
HSL color Cylindrical-coordinate representation of color #BFF2A0: hue angle of 97.32º degrees, saturation: 0.76, 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 #BFF2A0 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 160 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.05 |
| HSL | 97.32º | 0.76% | 0.79% | - |
| HSV(B) | 97.32º | 0.34% | 0.95% | - |
| XYZ | 59.58 | 77.12 | 45 | - |
| YUV | 217.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 160 | 0.21 | 0 | 0.34 | 0.05 | 97.32 | 0.76 | 0.79 |
| Hex | BF | F2 | A0 | 15 | 0 | 22 | 5 | 61 | 4C | 4F |
| Octal | 277 | 362 | 240 | 25 | 0 | 42 | 5 | 141 | 114 | 117 |
| Binary | 10111111 | 11110010 | 10100000 | 10101 | 0 | 100010 | 101 | 1100001 | 1001100 | 1001111 |
Color Harmonies of #BFF2A0
Complementary color
Monochromatic Colors of #BFF2A0
Black with #BFF2A0
Text Example
Text Example
White with #BFF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2A0; }
p { color: rgb(191,242,160); }
H1.HeaderClassName
{
color: #BFF2A0;
}
.AnyTagClassName
{
color: #BFF2A0;
}
</style>
background-color css
<style>
a { background-color: #BFF2A0; }
a { background-color: rgb(191,242,160); }
div.DivClassName
{
background-color: #BFF2A0;
}
.BgClassName
{
background-color: #BFF2A0;
}
</style>
border-color css
<style>
span { border-color: #BFF2A0; }
span { border-color: rgb(191,242,160); }
td.TdClassName
{
border-color: #BFF2A0;
}
.TagClassName
{
border-color: #BFF2A0;
}
</style>