Shades of Madang #B8EF95
Tints of Madang #B8EF95
RGB
CMYK
RGB Variations
Color information
#B8EF95 (or 0xB8EF95) is known color: Madang. HEX triplet: B8, EF and 95. RGB value is (184,239,149). Sum of RGB (Red+Green+Blue) = 184+239+149=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EF95 is #47106A. Grayscale: #D4D4D4. Windows color (decimal): -4657259 or 9826232. OLE color: 9826232.
HSL color Cylindrical-coordinate representation of color #B8EF95: hue angle of 96.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8EF95 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 149 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.06 |
| HSL | 96.67º | 0.74% | 0.76% | - |
| HSV(B) | 96.67º | 0.38% | 0.94% | - |
| XYZ | 56.06 | 74.09 | 39.78 | - |
| YUV | 212.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 149 | 0.23 | 0 | 0.38 | 0.06 | 96.67 | 0.74 | 0.76 |
| Hex | B8 | EF | 95 | 17 | 0 | 26 | 6 | 61 | 4A | 4C |
| Octal | 270 | 357 | 225 | 27 | 0 | 46 | 6 | 141 | 112 | 114 |
| Binary | 10111000 | 11101111 | 10010101 | 10111 | 0 | 100110 | 110 | 1100001 | 1001010 | 1001100 |
Color Harmonies of #B8EF95
Complementary color
Monochromatic Colors of #B8EF95
Black with #B8EF95
Text Example
Text Example
White with #B8EF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EF95; }
p { color: rgb(184,239,149); }
H1.HeaderClassName
{
color: #B8EF95;
}
.AnyTagClassName
{
color: #B8EF95;
}
</style>
background-color css
<style>
a { background-color: #B8EF95; }
a { background-color: rgb(184,239,149); }
div.DivClassName
{
background-color: #B8EF95;
}
.BgClassName
{
background-color: #B8EF95;
}
</style>
border-color css
<style>
span { border-color: #B8EF95; }
span { border-color: rgb(184,239,149); }
td.TdClassName
{
border-color: #B8EF95;
}
.TagClassName
{
border-color: #B8EF95;
}
</style>