Shades of Madang #B5F696
Tints of Madang #B5F696
RGB
CMYK
RGB Variations
Color information
#B5F696 (or 0xB5F696) is known color: Madang. HEX triplet: B5, F6 and 96. RGB value is (181,246,150). Sum of RGB (Red+Green+Blue) = 181+246+150=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F696 is #4A0969. Grayscale: #D7D7D7. Windows color (decimal): -4852074 or 9893557. OLE color: 9893557.
HSL color Cylindrical-coordinate representation of color #B5F696: hue angle of 100.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5F696 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 246 | 150 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.04 |
| HSL | 100.63º | 0.84% | 0.78% | - |
| HSV(B) | 100.63º | 0.39% | 0.96% | - |
| XYZ | 57.52 | 77.94 | 40.87 | - |
| YUV | 215.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 246 | 150 | 0.26 | 0 | 0.39 | 0.04 | 100.63 | 0.84 | 0.78 |
| Hex | B5 | F6 | 96 | 1A | 0 | 27 | 4 | 65 | 54 | 4E |
| Octal | 265 | 366 | 226 | 32 | 0 | 47 | 4 | 145 | 124 | 116 |
| Binary | 10110101 | 11110110 | 10010110 | 11010 | 0 | 100111 | 100 | 1100101 | 1010100 | 1001110 |
Color Harmonies of #B5F696
Complementary color
Monochromatic Colors of #B5F696
Black with #B5F696
Text Example
Text Example
White with #B5F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F696; }
p { color: rgb(181,246,150); }
H1.HeaderClassName
{
color: #B5F696;
}
.AnyTagClassName
{
color: #B5F696;
}
</style>
background-color css
<style>
a { background-color: #B5F696; }
a { background-color: rgb(181,246,150); }
div.DivClassName
{
background-color: #B5F696;
}
.BgClassName
{
background-color: #B5F696;
}
</style>
border-color css
<style>
span { border-color: #B5F696; }
span { border-color: rgb(181,246,150); }
td.TdClassName
{
border-color: #B5F696;
}
.TagClassName
{
border-color: #B5F696;
}
</style>