Shades of Madang #B1DE98
Tints of Madang #B1DE98
RGB
CMYK
RGB Variations
Color information
#B1DE98 (or 0xB1DE98) is known color: Madang. HEX triplet: B1, DE and 98. RGB value is (177,222,152). Sum of RGB (Red+Green+Blue) = 177+222+152=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DE98 is #4E2167. Grayscale: #C8C8C8. Windows color (decimal): -5120360 or 10018481. OLE color: 10018481.
HSL color Cylindrical-coordinate representation of color #B1DE98: hue angle of 98.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1DE98 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 152 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.13 |
| HSL | 98.57º | 0.51% | 0.73% | - |
| HSV(B) | 98.57º | 0.32% | 0.87% | - |
| XYZ | 49.92 | 63.86 | 39.4 | - |
| YUV | 200.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 152 | 0.20 | 0 | 0.32 | 0.13 | 98.57 | 0.51 | 0.73 |
| Hex | B1 | DE | 98 | 14 | 0 | 20 | D | 63 | 33 | 49 |
| Octal | 261 | 336 | 230 | 24 | 0 | 40 | 15 | 143 | 63 | 111 |
| Binary | 10110001 | 11011110 | 10011000 | 10100 | 0 | 100000 | 1101 | 1100011 | 110011 | 1001001 |
Color Harmonies of #B1DE98
Complementary color
Monochromatic Colors of #B1DE98
Black with #B1DE98
Text Example
Text Example
White with #B1DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DE98; }
p { color: rgb(177,222,152); }
H1.HeaderClassName
{
color: #B1DE98;
}
.AnyTagClassName
{
color: #B1DE98;
}
</style>
background-color css
<style>
a { background-color: #B1DE98; }
a { background-color: rgb(177,222,152); }
div.DivClassName
{
background-color: #B1DE98;
}
.BgClassName
{
background-color: #B1DE98;
}
</style>
border-color css
<style>
span { border-color: #B1DE98; }
span { border-color: rgb(177,222,152); }
td.TdClassName
{
border-color: #B1DE98;
}
.TagClassName
{
border-color: #B1DE98;
}
</style>