Shades of Madang #B4FE8D
Tints of Madang #B4FE8D
RGB
CMYK
RGB Variations
Color information
#B4FE8D (or 0xB4FE8D) is known color: Madang. HEX triplet: B4, FE and 8D. RGB value is (180,254,141). Sum of RGB (Red+Green+Blue) = 180+254+141=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FE8D is #4B0172. Grayscale: #DBDBDB. Windows color (decimal): -4915571 or 9305780. OLE color: 9305780.
HSL color Cylindrical-coordinate representation of color #B4FE8D: hue angle of 99.29º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4FE8D is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 141 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.00 |
| HSL | 99.29º | 0.98% | 0.77% | - |
| HSV(B) | 99.29º | 0.44% | 1% | - |
| XYZ | 59.07 | 82.51 | 38.01 | - |
| YUV | 218.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 141 | 0.29 | 0 | 0.44 | 0.00 | 99.29 | 0.98 | 0.77 |
| Hex | B4 | FE | 8D | 1D | 0 | 2C | 0 | 63 | 62 | 4D |
| Octal | 264 | 376 | 215 | 35 | 0 | 54 | 0 | 143 | 142 | 115 |
| Binary | 10110100 | 11111110 | 10001101 | 11101 | 0 | 101100 | 0 | 1100011 | 1100010 | 1001101 |
Color Harmonies of #B4FE8D
Complementary color
Monochromatic Colors of #B4FE8D
Black with #B4FE8D
Text Example
Text Example
White with #B4FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FE8D; }
p { color: rgb(180,254,141); }
H1.HeaderClassName
{
color: #B4FE8D;
}
.AnyTagClassName
{
color: #B4FE8D;
}
</style>
background-color css
<style>
a { background-color: #B4FE8D; }
a { background-color: rgb(180,254,141); }
div.DivClassName
{
background-color: #B4FE8D;
}
.BgClassName
{
background-color: #B4FE8D;
}
</style>
border-color css
<style>
span { border-color: #B4FE8D; }
span { border-color: rgb(180,254,141); }
td.TdClassName
{
border-color: #B4FE8D;
}
.TagClassName
{
border-color: #B4FE8D;
}
</style>