Shades of Madang #BDF09E
Tints of Madang #BDF09E
RGB
CMYK
RGB Variations
Color information
#BDF09E (or 0xBDF09E) is known color: Madang. HEX triplet: BD, F0 and 9E. RGB value is (189,240,158). Sum of RGB (Red+Green+Blue) = 189+240+158=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF09E is #420F61. Grayscale: #D7D7D7. Windows color (decimal): -4329314 or 10416317. OLE color: 10416317.
HSL color Cylindrical-coordinate representation of color #BDF09E: hue angle of 97.32º 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 #BDF09E is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 158 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.06 |
| HSL | 97.32º | 0.73% | 0.78% | - |
| HSV(B) | 97.32º | 0.34% | 0.94% | - |
| XYZ | 58.32 | 75.61 | 43.87 | - |
| YUV | 215.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 158 | 0.21 | 0 | 0.34 | 0.06 | 97.32 | 0.73 | 0.78 |
| Hex | BD | F0 | 9E | 15 | 0 | 22 | 6 | 61 | 49 | 4E |
| Octal | 275 | 360 | 236 | 25 | 0 | 42 | 6 | 141 | 111 | 116 |
| Binary | 10111101 | 11110000 | 10011110 | 10101 | 0 | 100010 | 110 | 1100001 | 1001001 | 1001110 |
Color Harmonies of #BDF09E
Complementary color
Monochromatic Colors of #BDF09E
Black with #BDF09E
Text Example
Text Example
White with #BDF09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF09E; }
p { color: rgb(189,240,158); }
H1.HeaderClassName
{
color: #BDF09E;
}
.AnyTagClassName
{
color: #BDF09E;
}
</style>
background-color css
<style>
a { background-color: #BDF09E; }
a { background-color: rgb(189,240,158); }
div.DivClassName
{
background-color: #BDF09E;
}
.BgClassName
{
background-color: #BDF09E;
}
</style>
border-color css
<style>
span { border-color: #BDF09E; }
span { border-color: rgb(189,240,158); }
td.TdClassName
{
border-color: #BDF09E;
}
.TagClassName
{
border-color: #BDF09E;
}
</style>