Shades of Madang #B5F2AE
Tints of Madang #B5F2AE
RGB
CMYK
RGB Variations
Color information
#B5F2AE (or 0xB5F2AE) is known color: Madang. HEX triplet: B5, F2 and AE. RGB value is (181,242,174). Sum of RGB (Red+Green+Blue) = 181+242+174=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F2AE is #4A0D51. Grayscale: #D8D8D8. Windows color (decimal): -4853074 or 11465397. OLE color: 11465397.
HSL color Cylindrical-coordinate representation of color #B5F2AE: hue angle of 113.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5F2AE is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 174 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.05 |
| HSL | 113.82º | 0.72% | 0.82% | - |
| HSV(B) | 113.82º | 0.28% | 0.95% | - |
| XYZ | 58.45 | 76.38 | 51.71 | - |
| YUV | 216.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 174 | 0.25 | 0 | 0.28 | 0.05 | 113.82 | 0.72 | 0.82 |
| Hex | B5 | F2 | AE | 19 | 0 | 1C | 5 | 72 | 48 | 52 |
| Octal | 265 | 362 | 256 | 31 | 0 | 34 | 5 | 162 | 110 | 122 |
| Binary | 10110101 | 11110010 | 10101110 | 11001 | 0 | 11100 | 101 | 1110010 | 1001000 | 1010010 |
Color Harmonies of #B5F2AE
Complementary color
Monochromatic Colors of #B5F2AE
Black with #B5F2AE
Text Example
Text Example
White with #B5F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2AE; }
p { color: rgb(181,242,174); }
H1.HeaderClassName
{
color: #B5F2AE;
}
.AnyTagClassName
{
color: #B5F2AE;
}
</style>
background-color css
<style>
a { background-color: #B5F2AE; }
a { background-color: rgb(181,242,174); }
div.DivClassName
{
background-color: #B5F2AE;
}
.BgClassName
{
background-color: #B5F2AE;
}
</style>
border-color css
<style>
span { border-color: #B5F2AE; }
span { border-color: rgb(181,242,174); }
td.TdClassName
{
border-color: #B5F2AE;
}
.TagClassName
{
border-color: #B5F2AE;
}
</style>