Shades of Madang #BFF5B4
Tints of Madang #BFF5B4
RGB
CMYK
RGB Variations
Color information
#BFF5B4 (or 0xBFF5B4) is known color: Madang. HEX triplet: BF, F5 and B4. RGB value is (191,245,180). Sum of RGB (Red+Green+Blue) = 191+245+180=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5B4 is #400A4B. Grayscale: #DDDDDD. Windows color (decimal): -4196940 or 11859391. OLE color: 11859391.
HSL color Cylindrical-coordinate representation of color #BFF5B4: hue angle of 109.85º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFF5B4 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 180 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.04 |
| HSL | 109.85º | 0.76% | 0.83% | - |
| HSV(B) | 109.85º | 0.27% | 0.96% | - |
| XYZ | 62.38 | 79.68 | 55.27 | - |
| YUV | 221.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 180 | 0.22 | 0 | 0.27 | 0.04 | 109.85 | 0.76 | 0.83 |
| Hex | BF | F5 | B4 | 16 | 0 | 1B | 4 | 6E | 4C | 53 |
| Octal | 277 | 365 | 264 | 26 | 0 | 33 | 4 | 156 | 114 | 123 |
| Binary | 10111111 | 11110101 | 10110100 | 10110 | 0 | 11011 | 100 | 1101110 | 1001100 | 1010011 |
Color Harmonies of #BFF5B4
Complementary color
Monochromatic Colors of #BFF5B4
Black with #BFF5B4
Text Example
Text Example
White with #BFF5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5B4; }
p { color: rgb(191,245,180); }
H1.HeaderClassName
{
color: #BFF5B4;
}
.AnyTagClassName
{
color: #BFF5B4;
}
</style>
background-color css
<style>
a { background-color: #BFF5B4; }
a { background-color: rgb(191,245,180); }
div.DivClassName
{
background-color: #BFF5B4;
}
.BgClassName
{
background-color: #BFF5B4;
}
</style>
border-color css
<style>
span { border-color: #BFF5B4; }
span { border-color: rgb(191,245,180); }
td.TdClassName
{
border-color: #BFF5B4;
}
.TagClassName
{
border-color: #BFF5B4;
}
</style>