Shades of Madang #B5DF9C
Tints of Madang #B5DF9C
RGB
CMYK
RGB Variations
Color information
#B5DF9C (or 0xB5DF9C) is known color: Madang. HEX triplet: B5, DF and 9C. RGB value is (181,223,156). Sum of RGB (Red+Green+Blue) = 181+223+156=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF9C is #4A2063. Grayscale: #CBCBCB. Windows color (decimal): -4857956 or 10280885. OLE color: 10280885.
HSL color Cylindrical-coordinate representation of color #B5DF9C: hue angle of 97.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5DF9C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 156 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.13 |
| HSL | 97.61º | 0.51% | 0.74% | - |
| HSV(B) | 97.61º | 0.3% | 0.87% | - |
| XYZ | 51.44 | 65 | 41.29 | - |
| YUV | 202.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 156 | 0.19 | 0 | 0.30 | 0.13 | 97.61 | 0.51 | 0.74 |
| Hex | B5 | DF | 9C | 13 | 0 | 1E | D | 62 | 33 | 4A |
| Octal | 265 | 337 | 234 | 23 | 0 | 36 | 15 | 142 | 63 | 112 |
| Binary | 10110101 | 11011111 | 10011100 | 10011 | 0 | 11110 | 1101 | 1100010 | 110011 | 1001010 |
Color Harmonies of #B5DF9C
Complementary color
Monochromatic Colors of #B5DF9C
Black with #B5DF9C
Text Example
Text Example
White with #B5DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF9C; }
p { color: rgb(181,223,156); }
H1.HeaderClassName
{
color: #B5DF9C;
}
.AnyTagClassName
{
color: #B5DF9C;
}
</style>
background-color css
<style>
a { background-color: #B5DF9C; }
a { background-color: rgb(181,223,156); }
div.DivClassName
{
background-color: #B5DF9C;
}
.BgClassName
{
background-color: #B5DF9C;
}
</style>
border-color css
<style>
span { border-color: #B5DF9C; }
span { border-color: rgb(181,223,156); }
td.TdClassName
{
border-color: #B5DF9C;
}
.TagClassName
{
border-color: #B5DF9C;
}
</style>