Shades of Madang #B2F995
Tints of Madang #B2F995
RGB
CMYK
RGB Variations
Color information
#B2F995 (or 0xB2F995) is known color: Madang. HEX triplet: B2, F9 and 95. RGB value is (178,249,149). Sum of RGB (Red+Green+Blue) = 178+249+149=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F995 is #4D066A. Grayscale: #D8D8D8. Windows color (decimal): -5047915 or 9828786. OLE color: 9828786.
HSL color Cylindrical-coordinate representation of color #B2F995: hue angle of 102.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2F995 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 149 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.02 |
| HSL | 102.6º | 0.89% | 0.78% | - |
| HSV(B) | 102.6º | 0.4% | 0.98% | - |
| XYZ | 57.66 | 79.39 | 40.72 | - |
| YUV | 216.37 | 89.98 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 149 | 0.29 | 0 | 0.40 | 0.02 | 102.6 | 0.89 | 0.78 |
| Hex | B2 | F9 | 95 | 1D | 0 | 28 | 2 | 67 | 59 | 4E |
| Octal | 262 | 371 | 225 | 35 | 0 | 50 | 2 | 147 | 131 | 116 |
| Binary | 10110010 | 11111001 | 10010101 | 11101 | 0 | 101000 | 10 | 1100111 | 1011001 | 1001110 |
Color Harmonies of #B2F995
Complementary color
Monochromatic Colors of #B2F995
Black with #B2F995
Text Example
Text Example
White with #B2F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F995; }
p { color: rgb(178,249,149); }
H1.HeaderClassName
{
color: #B2F995;
}
.AnyTagClassName
{
color: #B2F995;
}
</style>
background-color css
<style>
a { background-color: #B2F995; }
a { background-color: rgb(178,249,149); }
div.DivClassName
{
background-color: #B2F995;
}
.BgClassName
{
background-color: #B2F995;
}
</style>
border-color css
<style>
span { border-color: #B2F995; }
span { border-color: rgb(178,249,149); }
td.TdClassName
{
border-color: #B2F995;
}
.TagClassName
{
border-color: #B2F995;
}
</style>