Shades of Madang #B4FF91
Tints of Madang #B4FF91
RGB
CMYK
RGB Variations
Color information
#B4FF91 (or 0xB4FF91) is known color: Madang. HEX triplet: B4, FF and 91. RGB value is (180,255,145). Sum of RGB (Red+Green+Blue) = 180+255+145=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FF91 is #4B006E. Grayscale: #DCDCDC. Windows color (decimal): -4915311 or 9568180. OLE color: 9568180.
HSL color Cylindrical-coordinate representation of color #B4FF91: hue angle of 100.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4FF91 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 145 | - |
| CMYK | 0.29 | 0 | 0.43 | 0 |
| HSL | 100.91º | 1% | 0.78% | - |
| HSV(B) | 100.91º | 0.43% | 1% | - |
| XYZ | 59.69 | 83.27 | 39.71 | - |
| YUV | 220.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 145 | 0.29 | 0 | 0.43 | 0 | 100.91 | 1 | 0.78 |
| Hex | B4 | FF | 91 | 1D | 0 | 2B | 0 | 65 | 64 | 4E |
| Octal | 264 | 377 | 221 | 35 | 0 | 53 | 0 | 145 | 144 | 116 |
| Binary | 10110100 | 11111111 | 10010001 | 11101 | 0 | 101011 | 0 | 1100101 | 1100100 | 1001110 |
Color Harmonies of #B4FF91
Complementary color
Monochromatic Colors of #B4FF91
Black with #B4FF91
Text Example
Text Example
White with #B4FF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FF91; }
p { color: rgb(180,255,145); }
H1.HeaderClassName
{
color: #B4FF91;
}
.AnyTagClassName
{
color: #B4FF91;
}
</style>
background-color css
<style>
a { background-color: #B4FF91; }
a { background-color: rgb(180,255,145); }
div.DivClassName
{
background-color: #B4FF91;
}
.BgClassName
{
background-color: #B4FF91;
}
</style>
border-color css
<style>
span { border-color: #B4FF91; }
span { border-color: rgb(180,255,145); }
td.TdClassName
{
border-color: #B4FF91;
}
.TagClassName
{
border-color: #B4FF91;
}
</style>