Shades of Madang #BDFF9B
Tints of Madang #BDFF9B
RGB
CMYK
RGB Variations
Color information
#BDFF9B (or 0xBDFF9B) is known color: Madang. HEX triplet: BD, FF and 9B. RGB value is (189,255,155). Sum of RGB (Red+Green+Blue) = 189+255+155=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFF9B is #420064. Grayscale: #E0E0E0. Windows color (decimal): -4325477 or 10223549. OLE color: 10223549.
HSL color Cylindrical-coordinate representation of color #BDFF9B: hue angle of 99.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDFF9B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 155 | - |
| CMYK | 0.26 | 0 | 0.39 | 0 |
| HSL | 99.6º | 1% | 0.8% | - |
| HSV(B) | 99.6º | 0.39% | 1% | - |
| XYZ | 62.66 | 84.71 | 44.06 | - |
| YUV | 223.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 155 | 0.26 | 0 | 0.39 | 0 | 99.6 | 1 | 0.8 |
| Hex | BD | FF | 9B | 1A | 0 | 27 | 0 | 64 | 64 | 50 |
| Octal | 275 | 377 | 233 | 32 | 0 | 47 | 0 | 144 | 144 | 120 |
| Binary | 10111101 | 11111111 | 10011011 | 11010 | 0 | 100111 | 0 | 1100100 | 1100100 | 1010000 |
Color Harmonies of #BDFF9B
Complementary color
Monochromatic Colors of #BDFF9B
Black with #BDFF9B
Text Example
Text Example
White with #BDFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF9B; }
p { color: rgb(189,255,155); }
H1.HeaderClassName
{
color: #BDFF9B;
}
.AnyTagClassName
{
color: #BDFF9B;
}
</style>
background-color css
<style>
a { background-color: #BDFF9B; }
a { background-color: rgb(189,255,155); }
div.DivClassName
{
background-color: #BDFF9B;
}
.BgClassName
{
background-color: #BDFF9B;
}
</style>
border-color css
<style>
span { border-color: #BDFF9B; }
span { border-color: rgb(189,255,155); }
td.TdClassName
{
border-color: #BDFF9B;
}
.TagClassName
{
border-color: #BDFF9B;
}
</style>