Shades of Madang #B8F5AD
Tints of Madang #B8F5AD
RGB
CMYK
RGB Variations
Color information
#B8F5AD (or 0xB8F5AD) is known color: Madang. HEX triplet: B8, F5 and AD. RGB value is (184,245,173). Sum of RGB (Red+Green+Blue) = 184+245+173=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F5AD is #470A52. Grayscale: #DADADA. Windows color (decimal): -4655699 or 11400632. OLE color: 11400632.
HSL color Cylindrical-coordinate representation of color #B8F5AD: hue angle of 110.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8F5AD is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 173 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.04 |
| HSL | 110.83º | 0.78% | 0.82% | - |
| HSV(B) | 110.83º | 0.29% | 0.96% | - |
| XYZ | 59.96 | 78.51 | 51.53 | - |
| YUV | 218.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 173 | 0.25 | 0 | 0.29 | 0.04 | 110.83 | 0.78 | 0.82 |
| Hex | B8 | F5 | AD | 19 | 0 | 1D | 4 | 6F | 4E | 52 |
| Octal | 270 | 365 | 255 | 31 | 0 | 35 | 4 | 157 | 116 | 122 |
| Binary | 10111000 | 11110101 | 10101101 | 11001 | 0 | 11101 | 100 | 1101111 | 1001110 | 1010010 |
Color Harmonies of #B8F5AD
Complementary color
Monochromatic Colors of #B8F5AD
Black with #B8F5AD
Text Example
Text Example
White with #B8F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F5AD; }
p { color: rgb(184,245,173); }
H1.HeaderClassName
{
color: #B8F5AD;
}
.AnyTagClassName
{
color: #B8F5AD;
}
</style>
background-color css
<style>
a { background-color: #B8F5AD; }
a { background-color: rgb(184,245,173); }
div.DivClassName
{
background-color: #B8F5AD;
}
.BgClassName
{
background-color: #B8F5AD;
}
</style>
border-color css
<style>
span { border-color: #B8F5AD; }
span { border-color: rgb(184,245,173); }
td.TdClassName
{
border-color: #B8F5AD;
}
.TagClassName
{
border-color: #B8F5AD;
}
</style>