Shades of Madang #B7FFA5
Tints of Madang #B7FFA5
RGB
CMYK
RGB Variations
Color information
#B7FFA5 (or 0xB7FFA5) is known color: Madang. HEX triplet: B7, FF and A5. RGB value is (183,255,165). Sum of RGB (Red+Green+Blue) = 183+255+165=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FFA5 is #48005A. Grayscale: #DFDFDF. Windows color (decimal): -4718683 or 10878903. OLE color: 10878903.
HSL color Cylindrical-coordinate representation of color #B7FFA5: hue angle of 108º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7FFA5 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 165 | - |
| CMYK | 0.28 | 0 | 0.35 | 0 |
| HSL | 108º | 1% | 0.82% | - |
| HSV(B) | 108º | 0.35% | 1% | - |
| XYZ | 62.08 | 84.3 | 48.6 | - |
| YUV | 223.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 165 | 0.28 | 0 | 0.35 | 0 | 108 | 1 | 0.82 |
| Hex | B7 | FF | A5 | 1C | 0 | 23 | 0 | 6C | 64 | 52 |
| Octal | 267 | 377 | 245 | 34 | 0 | 43 | 0 | 154 | 144 | 122 |
| Binary | 10110111 | 11111111 | 10100101 | 11100 | 0 | 100011 | 0 | 1101100 | 1100100 | 1010010 |
Color Harmonies of #B7FFA5
Complementary color
Monochromatic Colors of #B7FFA5
Black with #B7FFA5
Text Example
Text Example
White with #B7FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFA5; }
p { color: rgb(183,255,165); }
H1.HeaderClassName
{
color: #B7FFA5;
}
.AnyTagClassName
{
color: #B7FFA5;
}
</style>
background-color css
<style>
a { background-color: #B7FFA5; }
a { background-color: rgb(183,255,165); }
div.DivClassName
{
background-color: #B7FFA5;
}
.BgClassName
{
background-color: #B7FFA5;
}
</style>
border-color css
<style>
span { border-color: #B7FFA5; }
span { border-color: rgb(183,255,165); }
td.TdClassName
{
border-color: #B7FFA5;
}
.TagClassName
{
border-color: #B7FFA5;
}
</style>