Shades of Madang #B0F394
Tints of Madang #B0F394
RGB
CMYK
RGB Variations
Color information
#B0F394 (or 0xB0F394) is known color: Madang. HEX triplet: B0, F3 and 94. RGB value is (176,243,148). Sum of RGB (Red+Green+Blue) = 176+243+148=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F394 is #4F0C6B. Grayscale: #D4D4D4. Windows color (decimal): -5180524 or 9761712. OLE color: 9761712.
HSL color Cylindrical-coordinate representation of color #B0F394: hue angle of 102.32º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0F394 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 148 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.05 |
| HSL | 102.32º | 0.8% | 0.77% | - |
| HSV(B) | 102.32º | 0.39% | 0.95% | - |
| XYZ | 55.3 | 75.47 | 39.67 | - |
| YUV | 212.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 148 | 0.28 | 0 | 0.39 | 0.05 | 102.32 | 0.8 | 0.77 |
| Hex | B0 | F3 | 94 | 1C | 0 | 27 | 5 | 66 | 50 | 4D |
| Octal | 260 | 363 | 224 | 34 | 0 | 47 | 5 | 146 | 120 | 115 |
| Binary | 10110000 | 11110011 | 10010100 | 11100 | 0 | 100111 | 101 | 1100110 | 1010000 | 1001101 |
Color Harmonies of #B0F394
Complementary color
Monochromatic Colors of #B0F394
Black with #B0F394
Text Example
Text Example
White with #B0F394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F394; }
p { color: rgb(176,243,148); }
H1.HeaderClassName
{
color: #B0F394;
}
.AnyTagClassName
{
color: #B0F394;
}
</style>
background-color css
<style>
a { background-color: #B0F394; }
a { background-color: rgb(176,243,148); }
div.DivClassName
{
background-color: #B0F394;
}
.BgClassName
{
background-color: #B0F394;
}
</style>
border-color css
<style>
span { border-color: #B0F394; }
span { border-color: rgb(176,243,148); }
td.TdClassName
{
border-color: #B0F394;
}
.TagClassName
{
border-color: #B0F394;
}
</style>