Shades of Madang #B1EF94
Tints of Madang #B1EF94
RGB
CMYK
RGB Variations
Color information
#B1EF94 (or 0xB1EF94) is known color: Madang. HEX triplet: B1, EF and 94. RGB value is (177,239,148). Sum of RGB (Red+Green+Blue) = 177+239+148=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EF94 is #4E106B. Grayscale: #D2D2D2. Windows color (decimal): -5116012 or 9760689. OLE color: 9760689.
HSL color Cylindrical-coordinate representation of color #B1EF94: hue angle of 100.88º 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 #B1EF94 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 239 | 148 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.06 |
| HSL | 100.88º | 0.74% | 0.76% | - |
| HSV(B) | 100.88º | 0.38% | 0.94% | - |
| XYZ | 54.34 | 73.22 | 39.29 | - |
| YUV | 210.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 148 | 0.26 | 0 | 0.38 | 0.06 | 100.88 | 0.74 | 0.76 |
| Hex | B1 | EF | 94 | 1A | 0 | 26 | 6 | 65 | 4A | 4C |
| Octal | 261 | 357 | 224 | 32 | 0 | 46 | 6 | 145 | 112 | 114 |
| Binary | 10110001 | 11101111 | 10010100 | 11010 | 0 | 100110 | 110 | 1100101 | 1001010 | 1001100 |
Color Harmonies of #B1EF94
Complementary color
Monochromatic Colors of #B1EF94
Black with #B1EF94
Text Example
Text Example
White with #B1EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EF94; }
p { color: rgb(177,239,148); }
H1.HeaderClassName
{
color: #B1EF94;
}
.AnyTagClassName
{
color: #B1EF94;
}
</style>
background-color css
<style>
a { background-color: #B1EF94; }
a { background-color: rgb(177,239,148); }
div.DivClassName
{
background-color: #B1EF94;
}
.BgClassName
{
background-color: #B1EF94;
}
</style>
border-color css
<style>
span { border-color: #B1EF94; }
span { border-color: rgb(177,239,148); }
td.TdClassName
{
border-color: #B1EF94;
}
.TagClassName
{
border-color: #B1EF94;
}
</style>