Shades of Madang #BFF49E
Tints of Madang #BFF49E
RGB
CMYK
RGB Variations
Color information
#BFF49E (or 0xBFF49E) is known color: Madang. HEX triplet: BF, F4 and 9E. RGB value is (191,244,158). Sum of RGB (Red+Green+Blue) = 191+244+158=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF49E is #400B61. Grayscale: #DADADA. Windows color (decimal): -4197218 or 10417343. OLE color: 10417343.
HSL color Cylindrical-coordinate representation of color #BFF49E: hue angle of 96.98º degrees, saturation: 0.8, 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 #BFF49E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 158 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.04 |
| HSL | 96.98º | 0.8% | 0.79% | - |
| HSV(B) | 96.98º | 0.35% | 0.96% | - |
| XYZ | 60.01 | 78.25 | 44.29 | - |
| YUV | 218.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 158 | 0.22 | 0 | 0.35 | 0.04 | 96.98 | 0.8 | 0.79 |
| Hex | BF | F4 | 9E | 16 | 0 | 23 | 4 | 61 | 50 | 4F |
| Octal | 277 | 364 | 236 | 26 | 0 | 43 | 4 | 141 | 120 | 117 |
| Binary | 10111111 | 11110100 | 10011110 | 10110 | 0 | 100011 | 100 | 1100001 | 1010000 | 1001111 |
Color Harmonies of #BFF49E
Complementary color
Monochromatic Colors of #BFF49E
Black with #BFF49E
Text Example
Text Example
White with #BFF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF49E; }
p { color: rgb(191,244,158); }
H1.HeaderClassName
{
color: #BFF49E;
}
.AnyTagClassName
{
color: #BFF49E;
}
</style>
background-color css
<style>
a { background-color: #BFF49E; }
a { background-color: rgb(191,244,158); }
div.DivClassName
{
background-color: #BFF49E;
}
.BgClassName
{
background-color: #BFF49E;
}
</style>
border-color css
<style>
span { border-color: #BFF49E; }
span { border-color: rgb(191,244,158); }
td.TdClassName
{
border-color: #BFF49E;
}
.TagClassName
{
border-color: #BFF49E;
}
</style>