Shades of Madang #B7F696
Tints of Madang #B7F696
RGB
CMYK
RGB Variations
Color information
#B7F696 (or 0xB7F696) is known color: Madang. HEX triplet: B7, F6 and 96. RGB value is (183,246,150). Sum of RGB (Red+Green+Blue) = 183+246+150=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7F696 is #480969. Grayscale: #D8D8D8. Windows color (decimal): -4721002 or 9893559. OLE color: 9893559.
HSL color Cylindrical-coordinate representation of color #B7F696: hue angle of 99.38º 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 #B7F696 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 150 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.04 |
| HSL | 99.38º | 0.84% | 0.78% | - |
| HSV(B) | 99.38º | 0.39% | 0.96% | - |
| XYZ | 57.99 | 78.18 | 40.89 | - |
| YUV | 216.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 150 | 0.26 | 0 | 0.39 | 0.04 | 99.38 | 0.84 | 0.78 |
| Hex | B7 | F6 | 96 | 1A | 0 | 27 | 4 | 63 | 54 | 4E |
| Octal | 267 | 366 | 226 | 32 | 0 | 47 | 4 | 143 | 124 | 116 |
| Binary | 10110111 | 11110110 | 10010110 | 11010 | 0 | 100111 | 100 | 1100011 | 1010100 | 1001110 |
Color Harmonies of #B7F696
Complementary color
Monochromatic Colors of #B7F696
Black with #B7F696
Text Example
Text Example
White with #B7F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F696; }
p { color: rgb(183,246,150); }
H1.HeaderClassName
{
color: #B7F696;
}
.AnyTagClassName
{
color: #B7F696;
}
</style>
background-color css
<style>
a { background-color: #B7F696; }
a { background-color: rgb(183,246,150); }
div.DivClassName
{
background-color: #B7F696;
}
.BgClassName
{
background-color: #B7F696;
}
</style>
border-color css
<style>
span { border-color: #B7F696; }
span { border-color: rgb(183,246,150); }
td.TdClassName
{
border-color: #B7F696;
}
.TagClassName
{
border-color: #B7F696;
}
</style>