Shades of Madang #B0F69A
Tints of Madang #B0F69A
RGB
CMYK
RGB Variations
Color information
#B0F69A (or 0xB0F69A) is known color: Madang. HEX triplet: B0, F6 and 9A. RGB value is (176,246,154). Sum of RGB (Red+Green+Blue) = 176+246+154=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F69A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F69A is #4F0965. Grayscale: #D6D6D6. Windows color (decimal): -5179750 or 10155696. OLE color: 10155696.
HSL color Cylindrical-coordinate representation of color #B0F69A: hue angle of 105.65º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0F69A is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 154 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.04 |
| HSL | 105.65º | 0.84% | 0.78% | - |
| HSV(B) | 105.65º | 0.37% | 0.96% | - |
| XYZ | 56.69 | 77.47 | 42.54 | - |
| YUV | 214.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 154 | 0.28 | 0 | 0.37 | 0.04 | 105.65 | 0.84 | 0.78 |
| Hex | B0 | F6 | 9A | 1C | 0 | 25 | 4 | 6A | 54 | 4E |
| Octal | 260 | 366 | 232 | 34 | 0 | 45 | 4 | 152 | 124 | 116 |
| Binary | 10110000 | 11110110 | 10011010 | 11100 | 0 | 100101 | 100 | 1101010 | 1010100 | 1001110 |
Color Harmonies of #B0F69A
Complementary color
Monochromatic Colors of #B0F69A
Black with #B0F69A
Text Example
Text Example
White with #B0F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F69A; }
p { color: rgb(176,246,154); }
H1.HeaderClassName
{
color: #B0F69A;
}
.AnyTagClassName
{
color: #B0F69A;
}
</style>
background-color css
<style>
a { background-color: #B0F69A; }
a { background-color: rgb(176,246,154); }
div.DivClassName
{
background-color: #B0F69A;
}
.BgClassName
{
background-color: #B0F69A;
}
</style>
border-color css
<style>
span { border-color: #B0F69A; }
span { border-color: rgb(176,246,154); }
td.TdClassName
{
border-color: #B0F69A;
}
.TagClassName
{
border-color: #B0F69A;
}
</style>