Shades of Madang #BFF49F
Tints of Madang #BFF49F
RGB
CMYK
RGB Variations
Color information
#BFF49F (or 0xBFF49F) is known color: Madang. HEX triplet: BF, F4 and 9F. RGB value is (191,244,159). Sum of RGB (Red+Green+Blue) = 191+244+159=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF49F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF49F is #400B60. Grayscale: #DADADA. Windows color (decimal): -4197217 or 10482879. OLE color: 10482879.
HSL color Cylindrical-coordinate representation of color #BFF49F: hue angle of 97.41º degrees, saturation: 0.79, 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 #BFF49F is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 159 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.04 |
| HSL | 97.41º | 0.79% | 0.79% | - |
| HSV(B) | 97.41º | 0.35% | 0.96% | - |
| XYZ | 60.09 | 78.28 | 44.74 | - |
| YUV | 218.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 159 | 0.22 | 0 | 0.35 | 0.04 | 97.41 | 0.79 | 0.79 |
| Hex | BF | F4 | 9F | 16 | 0 | 23 | 4 | 61 | 4F | 4F |
| Octal | 277 | 364 | 237 | 26 | 0 | 43 | 4 | 141 | 117 | 117 |
| Binary | 10111111 | 11110100 | 10011111 | 10110 | 0 | 100011 | 100 | 1100001 | 1001111 | 1001111 |
Color Harmonies of #BFF49F
Complementary color
Monochromatic Colors of #BFF49F
Black with #BFF49F
Text Example
Text Example
White with #BFF49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF49F; }
p { color: rgb(191,244,159); }
H1.HeaderClassName
{
color: #BFF49F;
}
.AnyTagClassName
{
color: #BFF49F;
}
</style>
background-color css
<style>
a { background-color: #BFF49F; }
a { background-color: rgb(191,244,159); }
div.DivClassName
{
background-color: #BFF49F;
}
.BgClassName
{
background-color: #BFF49F;
}
</style>
border-color css
<style>
span { border-color: #BFF49F; }
span { border-color: rgb(191,244,159); }
td.TdClassName
{
border-color: #BFF49F;
}
.TagClassName
{
border-color: #BFF49F;
}
</style>