Shades of Madang #B0FCA5
Tints of Madang #B0FCA5
RGB
CMYK
RGB Variations
Color information
#B0FCA5 (or 0xB0FCA5) is known color: Madang. HEX triplet: B0, FC and A5. RGB value is (176,252,165). Sum of RGB (Red+Green+Blue) = 176+252+165=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCA5 is #4F035A. Grayscale: #DBDBDB. Windows color (decimal): -5178203 or 10878128. OLE color: 10878128.
HSL color Cylindrical-coordinate representation of color #B0FCA5: hue angle of 112.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0FCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 165 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.01 |
| HSL | 112.41º | 0.94% | 0.82% | - |
| HSV(B) | 112.41º | 0.35% | 0.99% | - |
| XYZ | 59.51 | 81.57 | 48.21 | - |
| YUV | 219.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 165 | 0.30 | 0 | 0.35 | 0.01 | 112.41 | 0.94 | 0.82 |
| Hex | B0 | FC | A5 | 1E | 0 | 23 | 1 | 70 | 5E | 52 |
| Octal | 260 | 374 | 245 | 36 | 0 | 43 | 1 | 160 | 136 | 122 |
| Binary | 10110000 | 11111100 | 10100101 | 11110 | 0 | 100011 | 1 | 1110000 | 1011110 | 1010010 |
Color Harmonies of #B0FCA5
Complementary color
Monochromatic Colors of #B0FCA5
Black with #B0FCA5
Text Example
Text Example
White with #B0FCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCA5; }
p { color: rgb(176,252,165); }
H1.HeaderClassName
{
color: #B0FCA5;
}
.AnyTagClassName
{
color: #B0FCA5;
}
</style>
background-color css
<style>
a { background-color: #B0FCA5; }
a { background-color: rgb(176,252,165); }
div.DivClassName
{
background-color: #B0FCA5;
}
.BgClassName
{
background-color: #B0FCA5;
}
</style>
border-color css
<style>
span { border-color: #B0FCA5; }
span { border-color: rgb(176,252,165); }
td.TdClassName
{
border-color: #B0FCA5;
}
.TagClassName
{
border-color: #B0FCA5;
}
</style>