Shades of Madang #B5FDAC
Tints of Madang #B5FDAC
RGB
CMYK
RGB Variations
Color information
#B5FDAC (or 0xB5FDAC) is known color: Madang. HEX triplet: B5, FD and AC. RGB value is (181,253,172). Sum of RGB (Red+Green+Blue) = 181+253+172=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FDAC is #4A0253. Grayscale: #DEDEDE. Windows color (decimal): -4850260 or 11337141. OLE color: 11337141.
HSL color Cylindrical-coordinate representation of color #B5FDAC: hue angle of 113.33º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5FDAC is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 172 | - |
CMYK | 0.28 | 0 | 0.32 | 0.01 |
HSL | 113.33º | 0.95% | 0.83% | - |
HSV(B) | 113.33º | 0.32% | 0.99% | - |
XYZ | 61.63 | 83.05 | 51.81 | - |
YUV | 222.24 | 99.65 | 98.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 172 | 0.28 | 0 | 0.32 | 0.01 | 113.33 | 0.95 | 0.83 |
Hex | B5 | FD | AC | 1C | 0 | 20 | 1 | 71 | 5F | 53 |
Octal | 265 | 375 | 254 | 34 | 0 | 40 | 1 | 161 | 137 | 123 |
Binary | 10110101 | 11111101 | 10101100 | 11100 | 0 | 100000 | 1 | 1110001 | 1011111 | 1010011 |
Color Harmonies of #B5FDAC
Complementary color
Monochromatic Colors of #B5FDAC
Black with #B5FDAC
Text Example
Text Example
White with #B5FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDAC; }
p { color: rgb(181,253,172); }
H1.HeaderClassName
{
color: #B5FDAC;
}
.AnyTagClassName
{
color: #B5FDAC;
}
</style>
background-color css
<style>
a { background-color: #B5FDAC; }
a { background-color: rgb(181,253,172); }
div.DivClassName
{
background-color: #B5FDAC;
}
.BgClassName
{
background-color: #B5FDAC;
}
</style>
border-color css
<style>
span { border-color: #B5FDAC; }
span { border-color: rgb(181,253,172); }
td.TdClassName
{
border-color: #B5FDAC;
}
.TagClassName
{
border-color: #B5FDAC;
}
</style>