Shades of Madang #B5F2AD
Tints of Madang #B5F2AD
RGB
CMYK
RGB Variations
Color information
#B5F2AD (or 0xB5F2AD) is known color: Madang. HEX triplet: B5, F2 and AD. RGB value is (181,242,173). Sum of RGB (Red+Green+Blue) = 181+242+173=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F2AD is #4A0D52. Grayscale: #D8D8D8. Windows color (decimal): -4853075 or 11399861. OLE color: 11399861.
HSL color Cylindrical-coordinate representation of color #B5F2AD: hue angle of 113.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5F2AD is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 173 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.05 |
| HSL | 113.04º | 0.73% | 0.81% | - |
| HSV(B) | 113.04º | 0.29% | 0.95% | - |
| XYZ | 58.35 | 76.35 | 51.2 | - |
| YUV | 215.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 173 | 0.25 | 0 | 0.29 | 0.05 | 113.04 | 0.73 | 0.81 |
| Hex | B5 | F2 | AD | 19 | 0 | 1D | 5 | 71 | 49 | 51 |
| Octal | 265 | 362 | 255 | 31 | 0 | 35 | 5 | 161 | 111 | 121 |
| Binary | 10110101 | 11110010 | 10101101 | 11001 | 0 | 11101 | 101 | 1110001 | 1001001 | 1010001 |
Color Harmonies of #B5F2AD
Complementary color
Monochromatic Colors of #B5F2AD
Black with #B5F2AD
Text Example
Text Example
White with #B5F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2AD; }
p { color: rgb(181,242,173); }
H1.HeaderClassName
{
color: #B5F2AD;
}
.AnyTagClassName
{
color: #B5F2AD;
}
</style>
background-color css
<style>
a { background-color: #B5F2AD; }
a { background-color: rgb(181,242,173); }
div.DivClassName
{
background-color: #B5F2AD;
}
.BgClassName
{
background-color: #B5F2AD;
}
</style>
border-color css
<style>
span { border-color: #B5F2AD; }
span { border-color: rgb(181,242,173); }
td.TdClassName
{
border-color: #B5F2AD;
}
.TagClassName
{
border-color: #B5F2AD;
}
</style>