Shades of Madang #B8FC96
Tints of Madang #B8FC96
RGB
CMYK
RGB Variations
Color information
#B8FC96 (or 0xB8FC96) is known color: Madang. HEX triplet: B8, FC and 96. RGB value is (184,252,150). Sum of RGB (Red+Green+Blue) = 184+252+150=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FC96 is #470369. Grayscale: #DCDCDC. Windows color (decimal): -4653930 or 9895096. OLE color: 9895096.
HSL color Cylindrical-coordinate representation of color #B8FC96: hue angle of 100º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8FC96 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 150 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.01 |
| HSL | 100º | 0.94% | 0.79% | - |
| HSV(B) | 100º | 0.4% | 0.99% | - |
| XYZ | 60.08 | 82.01 | 41.52 | - |
| YUV | 220.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 150 | 0.27 | 0 | 0.40 | 0.01 | 100 | 0.94 | 0.79 |
| Hex | B8 | FC | 96 | 1B | 0 | 28 | 1 | 64 | 5E | 4F |
| Octal | 270 | 374 | 226 | 33 | 0 | 50 | 1 | 144 | 136 | 117 |
| Binary | 10111000 | 11111100 | 10010110 | 11011 | 0 | 101000 | 1 | 1100100 | 1011110 | 1001111 |
Color Harmonies of #B8FC96
Complementary color
Monochromatic Colors of #B8FC96
Black with #B8FC96
Text Example
Text Example
White with #B8FC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FC96; }
p { color: rgb(184,252,150); }
H1.HeaderClassName
{
color: #B8FC96;
}
.AnyTagClassName
{
color: #B8FC96;
}
</style>
background-color css
<style>
a { background-color: #B8FC96; }
a { background-color: rgb(184,252,150); }
div.DivClassName
{
background-color: #B8FC96;
}
.BgClassName
{
background-color: #B8FC96;
}
</style>
border-color css
<style>
span { border-color: #B8FC96; }
span { border-color: rgb(184,252,150); }
td.TdClassName
{
border-color: #B8FC96;
}
.TagClassName
{
border-color: #B8FC96;
}
</style>