Shades of Madang #BFF7A0
Tints of Madang #BFF7A0
RGB
CMYK
RGB Variations
Color information
#BFF7A0 (or 0xBFF7A0) is known color: Madang. HEX triplet: BF, F7 and A0. RGB value is (191,247,160). Sum of RGB (Red+Green+Blue) = 191+247+160=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF7A0 is #40085F. Grayscale: #DCDCDC. Windows color (decimal): -4196448 or 10549183. OLE color: 10549183.
HSL color Cylindrical-coordinate representation of color #BFF7A0: hue angle of 98.62º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFF7A0 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 160 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.03 |
| HSL | 98.62º | 0.84% | 0.8% | - |
| HSV(B) | 98.62º | 0.35% | 0.97% | - |
| XYZ | 61.09 | 80.14 | 45.51 | - |
| YUV | 220.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 160 | 0.23 | 0 | 0.35 | 0.03 | 98.62 | 0.84 | 0.8 |
| Hex | BF | F7 | A0 | 17 | 0 | 23 | 3 | 63 | 54 | 50 |
| Octal | 277 | 367 | 240 | 27 | 0 | 43 | 3 | 143 | 124 | 120 |
| Binary | 10111111 | 11110111 | 10100000 | 10111 | 0 | 100011 | 11 | 1100011 | 1010100 | 1010000 |
Color Harmonies of #BFF7A0
Complementary color
Monochromatic Colors of #BFF7A0
Black with #BFF7A0
Text Example
Text Example
White with #BFF7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7A0; }
p { color: rgb(191,247,160); }
H1.HeaderClassName
{
color: #BFF7A0;
}
.AnyTagClassName
{
color: #BFF7A0;
}
</style>
background-color css
<style>
a { background-color: #BFF7A0; }
a { background-color: rgb(191,247,160); }
div.DivClassName
{
background-color: #BFF7A0;
}
.BgClassName
{
background-color: #BFF7A0;
}
</style>
border-color css
<style>
span { border-color: #BFF7A0; }
span { border-color: rgb(191,247,160); }
td.TdClassName
{
border-color: #BFF7A0;
}
.TagClassName
{
border-color: #BFF7A0;
}
</style>