Shades of Madang #B0F490
Tints of Madang #B0F490
RGB
CMYK
RGB Variations
Color information
#B0F490 (or 0xB0F490) is known color: Madang. HEX triplet: B0, F4 and 90. RGB value is (176,244,144). Sum of RGB (Red+Green+Blue) = 176+244+144=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F490 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F490 is #4F0B6F. Grayscale: #D4D4D4. Windows color (decimal): -5180272 or 9499824. OLE color: 9499824.
HSL color Cylindrical-coordinate representation of color #B0F490: hue angle of 100.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0F490 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 144 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.04 |
| HSL | 100.8º | 0.82% | 0.76% | - |
| HSV(B) | 100.8º | 0.41% | 0.96% | - |
| XYZ | 55.29 | 75.95 | 38.13 | - |
| YUV | 212.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 144 | 0.28 | 0 | 0.41 | 0.04 | 100.8 | 0.82 | 0.76 |
| Hex | B0 | F4 | 90 | 1C | 0 | 29 | 4 | 65 | 52 | 4C |
| Octal | 260 | 364 | 220 | 34 | 0 | 51 | 4 | 145 | 122 | 114 |
| Binary | 10110000 | 11110100 | 10010000 | 11100 | 0 | 101001 | 100 | 1100101 | 1010010 | 1001100 |
Color Harmonies of #B0F490
Complementary color
Monochromatic Colors of #B0F490
Black with #B0F490
Text Example
Text Example
White with #B0F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F490; }
p { color: rgb(176,244,144); }
H1.HeaderClassName
{
color: #B0F490;
}
.AnyTagClassName
{
color: #B0F490;
}
</style>
background-color css
<style>
a { background-color: #B0F490; }
a { background-color: rgb(176,244,144); }
div.DivClassName
{
background-color: #B0F490;
}
.BgClassName
{
background-color: #B0F490;
}
</style>
border-color css
<style>
span { border-color: #B0F490; }
span { border-color: rgb(176,244,144); }
td.TdClassName
{
border-color: #B0F490;
}
.TagClassName
{
border-color: #B0F490;
}
</style>