Shades of Madang #BFF49B
Tints of Madang #BFF49B
RGB
CMYK
RGB Variations
Color information
#BFF49B (or 0xBFF49B) is known color: Madang. HEX triplet: BF, F4 and 9B. RGB value is (191,244,155). Sum of RGB (Red+Green+Blue) = 191+244+155=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF49B is #400B64. Grayscale: #DADADA. Windows color (decimal): -4197221 or 10220735. OLE color: 10220735.
HSL color Cylindrical-coordinate representation of color #BFF49B: hue angle of 95.73º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFF49B is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 155 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.04 |
| HSL | 95.73º | 0.8% | 0.78% | - |
| HSV(B) | 95.73º | 0.36% | 0.96% | - |
| XYZ | 59.75 | 78.14 | 42.94 | - |
| YUV | 218.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 155 | 0.22 | 0 | 0.36 | 0.04 | 95.73 | 0.8 | 0.78 |
| Hex | BF | F4 | 9B | 16 | 0 | 24 | 4 | 60 | 50 | 4E |
| Octal | 277 | 364 | 233 | 26 | 0 | 44 | 4 | 140 | 120 | 116 |
| Binary | 10111111 | 11110100 | 10011011 | 10110 | 0 | 100100 | 100 | 1100000 | 1010000 | 1001110 |
Color Harmonies of #BFF49B
Complementary color
Monochromatic Colors of #BFF49B
Black with #BFF49B
Text Example
Text Example
White with #BFF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF49B; }
p { color: rgb(191,244,155); }
H1.HeaderClassName
{
color: #BFF49B;
}
.AnyTagClassName
{
color: #BFF49B;
}
</style>
background-color css
<style>
a { background-color: #BFF49B; }
a { background-color: rgb(191,244,155); }
div.DivClassName
{
background-color: #BFF49B;
}
.BgClassName
{
background-color: #BFF49B;
}
</style>
border-color css
<style>
span { border-color: #BFF49B; }
span { border-color: rgb(191,244,155); }
td.TdClassName
{
border-color: #BFF49B;
}
.TagClassName
{
border-color: #BFF49B;
}
</style>