Shades of Madang #B5FFAE
Tints of Madang #B5FFAE
RGB
CMYK
RGB Variations
Color information
#B5FFAE (or 0xB5FFAE) is known color: Madang. HEX triplet: B5, FF and AE. RGB value is (181,255,174). Sum of RGB (Red+Green+Blue) = 181+255+174=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FFAE is #4A0051. Grayscale: #DFDFDF. Windows color (decimal): -4849746 or 11468725. OLE color: 11468725.
HSL color Cylindrical-coordinate representation of color #B5FFAE: hue angle of 114.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5FFAE is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 174 | - |
| CMYK | 0.29 | 0 | 0.32 | 0 |
| HSL | 114.81º | 1% | 0.84% | - |
| HSV(B) | 114.81º | 0.32% | 1% | - |
| XYZ | 62.46 | 84.4 | 53.04 | - |
| YUV | 223.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 174 | 0.29 | 0 | 0.32 | 0 | 114.81 | 1 | 0.84 |
| Hex | B5 | FF | AE | 1D | 0 | 20 | 0 | 73 | 64 | 54 |
| Octal | 265 | 377 | 256 | 35 | 0 | 40 | 0 | 163 | 144 | 124 |
| Binary | 10110101 | 11111111 | 10101110 | 11101 | 0 | 100000 | 0 | 1110011 | 1100100 | 1010100 |
Color Harmonies of #B5FFAE
Complementary color
Monochromatic Colors of #B5FFAE
Black with #B5FFAE
Text Example
Text Example
White with #B5FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFAE; }
p { color: rgb(181,255,174); }
H1.HeaderClassName
{
color: #B5FFAE;
}
.AnyTagClassName
{
color: #B5FFAE;
}
</style>
background-color css
<style>
a { background-color: #B5FFAE; }
a { background-color: rgb(181,255,174); }
div.DivClassName
{
background-color: #B5FFAE;
}
.BgClassName
{
background-color: #B5FFAE;
}
</style>
border-color css
<style>
span { border-color: #B5FFAE; }
span { border-color: rgb(181,255,174); }
td.TdClassName
{
border-color: #B5FFAE;
}
.TagClassName
{
border-color: #B5FFAE;
}
</style>