Shades of Madang #B8F4AF
Tints of Madang #B8F4AF
RGB
CMYK
RGB Variations
Color information
#B8F4AF (or 0xB8F4AF) is known color: Madang. HEX triplet: B8, F4 and AF. RGB value is (184,244,175). Sum of RGB (Red+Green+Blue) = 184+244+175=603 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.51% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F4AF is #470B50. Grayscale: #DADADA. Windows color (decimal): -4655953 or 11531448. OLE color: 11531448.
HSL color Cylindrical-coordinate representation of color #B8F4AF: hue angle of 112.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8F4AF is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 175 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.04 |
| HSL | 112.17º | 0.76% | 0.82% | - |
| HSV(B) | 112.17º | 0.28% | 0.96% | - |
| XYZ | 59.86 | 77.99 | 52.46 | - |
| YUV | 218.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 175 | 0.25 | 0 | 0.28 | 0.04 | 112.17 | 0.76 | 0.82 |
| Hex | B8 | F4 | AF | 19 | 0 | 1C | 4 | 70 | 4C | 52 |
| Octal | 270 | 364 | 257 | 31 | 0 | 34 | 4 | 160 | 114 | 122 |
| Binary | 10111000 | 11110100 | 10101111 | 11001 | 0 | 11100 | 100 | 1110000 | 1001100 | 1010010 |
Color Harmonies of #B8F4AF
Complementary color
Monochromatic Colors of #B8F4AF
Black with #B8F4AF
Text Example
Text Example
White with #B8F4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F4AF; }
p { color: rgb(184,244,175); }
H1.HeaderClassName
{
color: #B8F4AF;
}
.AnyTagClassName
{
color: #B8F4AF;
}
</style>
background-color css
<style>
a { background-color: #B8F4AF; }
a { background-color: rgb(184,244,175); }
div.DivClassName
{
background-color: #B8F4AF;
}
.BgClassName
{
background-color: #B8F4AF;
}
</style>
border-color css
<style>
span { border-color: #B8F4AF; }
span { border-color: rgb(184,244,175); }
td.TdClassName
{
border-color: #B8F4AF;
}
.TagClassName
{
border-color: #B8F4AF;
}
</style>