Shades of Madang #B8F495
Tints of Madang #B8F495
RGB
CMYK
RGB Variations
Color information
#B8F495 (or 0xB8F495) is known color: Madang. HEX triplet: B8, F4 and 95. RGB value is (184,244,149). Sum of RGB (Red+Green+Blue) = 184+244+149=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F495 is #470B6A. Grayscale: #D7D7D7. Windows color (decimal): -4655979 or 9827512. OLE color: 9827512.
HSL color Cylindrical-coordinate representation of color #B8F495: hue angle of 97.89º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8F495 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 149 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.04 |
| HSL | 97.89º | 0.81% | 0.77% | - |
| HSV(B) | 97.89º | 0.39% | 0.96% | - |
| XYZ | 57.54 | 77.06 | 40.28 | - |
| YUV | 215.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 149 | 0.25 | 0 | 0.39 | 0.04 | 97.89 | 0.81 | 0.77 |
| Hex | B8 | F4 | 95 | 19 | 0 | 27 | 4 | 62 | 51 | 4D |
| Octal | 270 | 364 | 225 | 31 | 0 | 47 | 4 | 142 | 121 | 115 |
| Binary | 10111000 | 11110100 | 10010101 | 11001 | 0 | 100111 | 100 | 1100010 | 1010001 | 1001101 |
Color Harmonies of #B8F495
Complementary color
Monochromatic Colors of #B8F495
Black with #B8F495
Text Example
Text Example
White with #B8F495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F495; }
p { color: rgb(184,244,149); }
H1.HeaderClassName
{
color: #B8F495;
}
.AnyTagClassName
{
color: #B8F495;
}
</style>
background-color css
<style>
a { background-color: #B8F495; }
a { background-color: rgb(184,244,149); }
div.DivClassName
{
background-color: #B8F495;
}
.BgClassName
{
background-color: #B8F495;
}
</style>
border-color css
<style>
span { border-color: #B8F495; }
span { border-color: rgb(184,244,149); }
td.TdClassName
{
border-color: #B8F495;
}
.TagClassName
{
border-color: #B8F495;
}
</style>