Shades of Madang #B0F199
Tints of Madang #B0F199
RGB
CMYK
RGB Variations
Color information
#B0F199 (or 0xB0F199) is known color: Madang. HEX triplet: B0, F1 and 99. RGB value is (176,241,153). Sum of RGB (Red+Green+Blue) = 176+241+153=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F199 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F199 is #4F0E66. Grayscale: #D3D3D3. Windows color (decimal): -5181031 or 10088880. OLE color: 10088880.
HSL color Cylindrical-coordinate representation of color #B0F199: hue angle of 104.32º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0F199 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 153 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.05 |
| HSL | 104.32º | 0.76% | 0.77% | - |
| HSV(B) | 104.32º | 0.37% | 0.95% | - |
| XYZ | 55.11 | 74.44 | 41.6 | - |
| YUV | 211.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 153 | 0.27 | 0 | 0.37 | 0.05 | 104.32 | 0.76 | 0.77 |
| Hex | B0 | F1 | 99 | 1B | 0 | 25 | 5 | 68 | 4C | 4D |
| Octal | 260 | 361 | 231 | 33 | 0 | 45 | 5 | 150 | 114 | 115 |
| Binary | 10110000 | 11110001 | 10011001 | 11011 | 0 | 100101 | 101 | 1101000 | 1001100 | 1001101 |
Color Harmonies of #B0F199
Complementary color
Monochromatic Colors of #B0F199
Black with #B0F199
Text Example
Text Example
White with #B0F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F199; }
p { color: rgb(176,241,153); }
H1.HeaderClassName
{
color: #B0F199;
}
.AnyTagClassName
{
color: #B0F199;
}
</style>
background-color css
<style>
a { background-color: #B0F199; }
a { background-color: rgb(176,241,153); }
div.DivClassName
{
background-color: #B0F199;
}
.BgClassName
{
background-color: #B0F199;
}
</style>
border-color css
<style>
span { border-color: #B0F199; }
span { border-color: rgb(176,241,153); }
td.TdClassName
{
border-color: #B0F199;
}
.TagClassName
{
border-color: #B0F199;
}
</style>