Shades of Madang #B5FD95
Tints of Madang #B5FD95
RGB
CMYK
RGB Variations
Color information
#B5FD95 (or 0xB5FD95) is known color: Madang. HEX triplet: B5, FD and 95. RGB value is (181,253,149). Sum of RGB (Red+Green+Blue) = 181+253+149=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FD95 is #4A026A. Grayscale: #DBDBDB. Windows color (decimal): -4850283 or 9829813. OLE color: 9829813.
HSL color Cylindrical-coordinate representation of color #B5FD95: hue angle of 101.54º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5FD95 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 149 | - |
CMYK | 0.28 | 0 | 0.41 | 0.01 |
HSL | 101.54º | 0.96% | 0.79% | - |
HSV(B) | 101.54º | 0.41% | 0.99% | - |
XYZ | 59.61 | 82.24 | 41.17 | - |
YUV | 219.62 | 88.15 | 100.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 149 | 0.28 | 0 | 0.41 | 0.01 | 101.54 | 0.96 | 0.79 |
Hex | B5 | FD | 95 | 1C | 0 | 29 | 1 | 66 | 60 | 4F |
Octal | 265 | 375 | 225 | 34 | 0 | 51 | 1 | 146 | 140 | 117 |
Binary | 10110101 | 11111101 | 10010101 | 11100 | 0 | 101001 | 1 | 1100110 | 1100000 | 1001111 |
Color Harmonies of #B5FD95
Complementary color
Monochromatic Colors of #B5FD95
Black with #B5FD95
Text Example
Text Example
White with #B5FD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD95; }
p { color: rgb(181,253,149); }
H1.HeaderClassName
{
color: #B5FD95;
}
.AnyTagClassName
{
color: #B5FD95;
}
</style>
background-color css
<style>
a { background-color: #B5FD95; }
a { background-color: rgb(181,253,149); }
div.DivClassName
{
background-color: #B5FD95;
}
.BgClassName
{
background-color: #B5FD95;
}
</style>
border-color css
<style>
span { border-color: #B5FD95; }
span { border-color: rgb(181,253,149); }
td.TdClassName
{
border-color: #B5FD95;
}
.TagClassName
{
border-color: #B5FD95;
}
</style>