Shades of Madang #BDFF9D
Tints of Madang #BDFF9D
RGB
CMYK
RGB Variations
Color information
#BDFF9D (or 0xBDFF9D) is known color: Madang. HEX triplet: BD, FF and 9D. RGB value is (189,255,157). Sum of RGB (Red+Green+Blue) = 189+255+157=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF9D is #420062. Grayscale: #E0E0E0. Windows color (decimal): -4325475 or 10354621. OLE color: 10354621.
HSL color Cylindrical-coordinate representation of color #BDFF9D: hue angle of 100.41º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDFF9D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 157 | - |
| CMYK | 0.26 | 0 | 0.38 | 0 |
| HSL | 100.41º | 1% | 0.81% | - |
| HSV(B) | 100.41º | 0.38% | 1% | - |
| XYZ | 62.83 | 84.77 | 44.95 | - |
| YUV | 224.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 157 | 0.26 | 0 | 0.38 | 0 | 100.41 | 1 | 0.81 |
| Hex | BD | FF | 9D | 1A | 0 | 26 | 0 | 64 | 64 | 51 |
| Octal | 275 | 377 | 235 | 32 | 0 | 46 | 0 | 144 | 144 | 121 |
| Binary | 10111101 | 11111111 | 10011101 | 11010 | 0 | 100110 | 0 | 1100100 | 1100100 | 1010001 |
Color Harmonies of #BDFF9D
Complementary color
Monochromatic Colors of #BDFF9D
Black with #BDFF9D
Text Example
Text Example
White with #BDFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF9D; }
p { color: rgb(189,255,157); }
H1.HeaderClassName
{
color: #BDFF9D;
}
.AnyTagClassName
{
color: #BDFF9D;
}
</style>
background-color css
<style>
a { background-color: #BDFF9D; }
a { background-color: rgb(189,255,157); }
div.DivClassName
{
background-color: #BDFF9D;
}
.BgClassName
{
background-color: #BDFF9D;
}
</style>
border-color css
<style>
span { border-color: #BDFF9D; }
span { border-color: rgb(189,255,157); }
td.TdClassName
{
border-color: #BDFF9D;
}
.TagClassName
{
border-color: #BDFF9D;
}
</style>