Shades of Madang #B5E995
Tints of Madang #B5E995
RGB
CMYK
RGB Variations
Color information
#B5E995 (or 0xB5E995) is known color: Madang. HEX triplet: B5, E9 and 95. RGB value is (181,233,149). Sum of RGB (Red+Green+Blue) = 181+233+149=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E995 is #4A166A. Grayscale: #D0D0D0. Windows color (decimal): -4855403 or 9824693. OLE color: 9824693.
HSL color Cylindrical-coordinate representation of color #B5E995: hue angle of 97.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5E995 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 233 | 149 | - |
CMYK | 0.22 | 0 | 0.36 | 0.09 |
HSL | 97.14º | 0.66% | 0.75% | - |
HSV(B) | 97.14º | 0.36% | 0.91% | - |
XYZ | 53.62 | 70.27 | 39.17 | - |
YUV | 207.88 | 94.77 | 108.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 149 | 0.22 | 0 | 0.36 | 0.09 | 97.14 | 0.66 | 0.75 |
Hex | B5 | E9 | 95 | 16 | 0 | 24 | 9 | 61 | 42 | 4B |
Octal | 265 | 351 | 225 | 26 | 0 | 44 | 11 | 141 | 102 | 113 |
Binary | 10110101 | 11101001 | 10010101 | 10110 | 0 | 100100 | 1001 | 1100001 | 1000010 | 1001011 |
Color Harmonies of #B5E995
Complementary color
Monochromatic Colors of #B5E995
Black with #B5E995
Text Example
Text Example
White with #B5E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E995; }
p { color: rgb(181,233,149); }
H1.HeaderClassName
{
color: #B5E995;
}
.AnyTagClassName
{
color: #B5E995;
}
</style>
background-color css
<style>
a { background-color: #B5E995; }
a { background-color: rgb(181,233,149); }
div.DivClassName
{
background-color: #B5E995;
}
.BgClassName
{
background-color: #B5E995;
}
</style>
border-color css
<style>
span { border-color: #B5E995; }
span { border-color: rgb(181,233,149); }
td.TdClassName
{
border-color: #B5E995;
}
.TagClassName
{
border-color: #B5E995;
}
</style>