Shades of Madang #B0FBA3
Tints of Madang #B0FBA3
RGB
CMYK
RGB Variations
Color information
#B0FBA3 (or 0xB0FBA3) is known color: Madang. HEX triplet: B0, FB and A3. RGB value is (176,251,163). Sum of RGB (Red+Green+Blue) = 176+251+163=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBA3 is #4F045C. Grayscale: #DADADA. Windows color (decimal): -5178461 or 10746800. OLE color: 10746800.
HSL color Cylindrical-coordinate representation of color #B0FBA3: hue angle of 111.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0FBA3 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 163 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.02 |
| HSL | 111.14º | 0.92% | 0.81% | - |
| HSV(B) | 111.14º | 0.35% | 0.98% | - |
| XYZ | 59.01 | 80.87 | 47.15 | - |
| YUV | 218.54 | 96.65 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 163 | 0.30 | 0 | 0.35 | 0.02 | 111.14 | 0.92 | 0.81 |
| Hex | B0 | FB | A3 | 1E | 0 | 23 | 2 | 6F | 5C | 51 |
| Octal | 260 | 373 | 243 | 36 | 0 | 43 | 2 | 157 | 134 | 121 |
| Binary | 10110000 | 11111011 | 10100011 | 11110 | 0 | 100011 | 10 | 1101111 | 1011100 | 1010001 |
Color Harmonies of #B0FBA3
Complementary color
Monochromatic Colors of #B0FBA3
Black with #B0FBA3
Text Example
Text Example
White with #B0FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBA3; }
p { color: rgb(176,251,163); }
H1.HeaderClassName
{
color: #B0FBA3;
}
.AnyTagClassName
{
color: #B0FBA3;
}
</style>
background-color css
<style>
a { background-color: #B0FBA3; }
a { background-color: rgb(176,251,163); }
div.DivClassName
{
background-color: #B0FBA3;
}
.BgClassName
{
background-color: #B0FBA3;
}
</style>
border-color css
<style>
span { border-color: #B0FBA3; }
span { border-color: rgb(176,251,163); }
td.TdClassName
{
border-color: #B0FBA3;
}
.TagClassName
{
border-color: #B0FBA3;
}
</style>