Shades of Madang #BDFF9F
Tints of Madang #BDFF9F
RGB
CMYK
RGB Variations
Color information
#BDFF9F (or 0xBDFF9F) is known color: Madang. HEX triplet: BD, FF and 9F. RGB value is (189,255,159). Sum of RGB (Red+Green+Blue) = 189+255+159=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF9F is #420060. Grayscale: #E0E0E0. Windows color (decimal): -4325473 or 10485693. OLE color: 10485693.
HSL color Cylindrical-coordinate representation of color #BDFF9F: hue angle of 101.25º 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 #BDFF9F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 159 | - |
| CMYK | 0.26 | 0 | 0.38 | 0 |
| HSL | 101.25º | 1% | 0.81% | - |
| HSV(B) | 101.25º | 0.38% | 1% | - |
| XYZ | 63 | 84.84 | 45.86 | - |
| YUV | 224.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 159 | 0.26 | 0 | 0.38 | 0 | 101.25 | 1 | 0.81 |
| Hex | BD | FF | 9F | 1A | 0 | 26 | 0 | 65 | 64 | 51 |
| Octal | 275 | 377 | 237 | 32 | 0 | 46 | 0 | 145 | 144 | 121 |
| Binary | 10111101 | 11111111 | 10011111 | 11010 | 0 | 100110 | 0 | 1100101 | 1100100 | 1010001 |
Color Harmonies of #BDFF9F
Complementary color
Monochromatic Colors of #BDFF9F
Black with #BDFF9F
Text Example
Text Example
White with #BDFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF9F; }
p { color: rgb(189,255,159); }
H1.HeaderClassName
{
color: #BDFF9F;
}
.AnyTagClassName
{
color: #BDFF9F;
}
</style>
background-color css
<style>
a { background-color: #BDFF9F; }
a { background-color: rgb(189,255,159); }
div.DivClassName
{
background-color: #BDFF9F;
}
.BgClassName
{
background-color: #BDFF9F;
}
</style>
border-color css
<style>
span { border-color: #BDFF9F; }
span { border-color: rgb(189,255,159); }
td.TdClassName
{
border-color: #BDFF9F;
}
.TagClassName
{
border-color: #BDFF9F;
}
</style>