Shades of Madang #B5F298
Tints of Madang #B5F298
RGB
CMYK
RGB Variations
Color information
#B5F298 (or 0xB5F298) is known color: Madang. HEX triplet: B5, F2 and 98. RGB value is (181,242,152). Sum of RGB (Red+Green+Blue) = 181+242+152=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F298 is #4A0D67. Grayscale: #D5D5D5. Windows color (decimal): -4853096 or 10023605. OLE color: 10023605.
HSL color Cylindrical-coordinate representation of color #B5F298: hue angle of 100.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5F298 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 152 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.05 |
| HSL | 100.67º | 0.78% | 0.77% | - |
| HSV(B) | 100.67º | 0.37% | 0.95% | - |
| XYZ | 56.48 | 75.6 | 41.32 | - |
| YUV | 213.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 152 | 0.25 | 0 | 0.37 | 0.05 | 100.67 | 0.78 | 0.77 |
| Hex | B5 | F2 | 98 | 19 | 0 | 25 | 5 | 65 | 4E | 4D |
| Octal | 265 | 362 | 230 | 31 | 0 | 45 | 5 | 145 | 116 | 115 |
| Binary | 10110101 | 11110010 | 10011000 | 11001 | 0 | 100101 | 101 | 1100101 | 1001110 | 1001101 |
Color Harmonies of #B5F298
Complementary color
Monochromatic Colors of #B5F298
Black with #B5F298
Text Example
Text Example
White with #B5F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F298; }
p { color: rgb(181,242,152); }
H1.HeaderClassName
{
color: #B5F298;
}
.AnyTagClassName
{
color: #B5F298;
}
</style>
background-color css
<style>
a { background-color: #B5F298; }
a { background-color: rgb(181,242,152); }
div.DivClassName
{
background-color: #B5F298;
}
.BgClassName
{
background-color: #B5F298;
}
</style>
border-color css
<style>
span { border-color: #B5F298; }
span { border-color: rgb(181,242,152); }
td.TdClassName
{
border-color: #B5F298;
}
.TagClassName
{
border-color: #B5F298;
}
</style>