Shades of Madang #B1F8AA
Tints of Madang #B1F8AA
RGB
CMYK
RGB Variations
Color information
#B1F8AA (or 0xB1F8AA) is known color: Madang. HEX triplet: B1, F8 and AA. RGB value is (177,248,170). Sum of RGB (Red+Green+Blue) = 177+248+170=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F8AA is #4E0755. Grayscale: #DADADA. Windows color (decimal): -5113686 or 11204785. OLE color: 11204785.
HSL color Cylindrical-coordinate representation of color #B1F8AA: hue angle of 114.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1F8AA is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 170 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.03 |
| HSL | 114.62º | 0.85% | 0.82% | - |
| HSV(B) | 114.62º | 0.31% | 0.97% | - |
| XYZ | 58.95 | 79.38 | 50.25 | - |
| YUV | 217.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 170 | 0.29 | 0 | 0.31 | 0.03 | 114.62 | 0.85 | 0.82 |
| Hex | B1 | F8 | AA | 1D | 0 | 1F | 3 | 73 | 55 | 52 |
| Octal | 261 | 370 | 252 | 35 | 0 | 37 | 3 | 163 | 125 | 122 |
| Binary | 10110001 | 11111000 | 10101010 | 11101 | 0 | 11111 | 11 | 1110011 | 1010101 | 1010010 |
Color Harmonies of #B1F8AA
Complementary color
Monochromatic Colors of #B1F8AA
Black with #B1F8AA
Text Example
Text Example
White with #B1F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8AA; }
p { color: rgb(177,248,170); }
H1.HeaderClassName
{
color: #B1F8AA;
}
.AnyTagClassName
{
color: #B1F8AA;
}
</style>
background-color css
<style>
a { background-color: #B1F8AA; }
a { background-color: rgb(177,248,170); }
div.DivClassName
{
background-color: #B1F8AA;
}
.BgClassName
{
background-color: #B1F8AA;
}
</style>
border-color css
<style>
span { border-color: #B1F8AA; }
span { border-color: rgb(177,248,170); }
td.TdClassName
{
border-color: #B1F8AA;
}
.TagClassName
{
border-color: #B1F8AA;
}
</style>