Shades of Madang #BDF09F
Tints of Madang #BDF09F
RGB
CMYK
RGB Variations
Color information
#BDF09F (or 0xBDF09F) is known color: Madang. HEX triplet: BD, F0 and 9F. RGB value is (189,240,159). Sum of RGB (Red+Green+Blue) = 189+240+159=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF09F is #420F60. Grayscale: #D7D7D7. Windows color (decimal): -4329313 or 10481853. OLE color: 10481853.
HSL color Cylindrical-coordinate representation of color #BDF09F: hue angle of 97.78º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDF09F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 159 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.06 |
| HSL | 97.78º | 0.73% | 0.78% | - |
| HSV(B) | 97.78º | 0.34% | 0.94% | - |
| XYZ | 58.4 | 75.64 | 44.32 | - |
| YUV | 215.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 159 | 0.21 | 0 | 0.34 | 0.06 | 97.78 | 0.73 | 0.78 |
| Hex | BD | F0 | 9F | 15 | 0 | 22 | 6 | 62 | 49 | 4E |
| Octal | 275 | 360 | 237 | 25 | 0 | 42 | 6 | 142 | 111 | 116 |
| Binary | 10111101 | 11110000 | 10011111 | 10101 | 0 | 100010 | 110 | 1100010 | 1001001 | 1001110 |
Color Harmonies of #BDF09F
Complementary color
Monochromatic Colors of #BDF09F
Black with #BDF09F
Text Example
Text Example
White with #BDF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF09F; }
p { color: rgb(189,240,159); }
H1.HeaderClassName
{
color: #BDF09F;
}
.AnyTagClassName
{
color: #BDF09F;
}
</style>
background-color css
<style>
a { background-color: #BDF09F; }
a { background-color: rgb(189,240,159); }
div.DivClassName
{
background-color: #BDF09F;
}
.BgClassName
{
background-color: #BDF09F;
}
</style>
border-color css
<style>
span { border-color: #BDF09F; }
span { border-color: rgb(189,240,159); }
td.TdClassName
{
border-color: #BDF09F;
}
.TagClassName
{
border-color: #BDF09F;
}
</style>