Shades of Madang #BDF29E
Tints of Madang #BDF29E
RGB
CMYK
RGB Variations
Color information
#BDF29E (or 0xBDF29E) is known color: Madang. HEX triplet: BD, F2 and 9E. RGB value is (189,242,158). Sum of RGB (Red+Green+Blue) = 189+242+158=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF29E is #420D61. Grayscale: #D8D8D8. Windows color (decimal): -4328802 or 10416829. OLE color: 10416829.
HSL color Cylindrical-coordinate representation of color #BDF29E: hue angle of 97.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDF29E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 158 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.05 |
| HSL | 97.86º | 0.76% | 0.78% | - |
| HSV(B) | 97.86º | 0.35% | 0.95% | - |
| XYZ | 58.91 | 76.79 | 44.07 | - |
| YUV | 216.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 158 | 0.22 | 0 | 0.35 | 0.05 | 97.86 | 0.76 | 0.78 |
| Hex | BD | F2 | 9E | 16 | 0 | 23 | 5 | 62 | 4C | 4E |
| Octal | 275 | 362 | 236 | 26 | 0 | 43 | 5 | 142 | 114 | 116 |
| Binary | 10111101 | 11110010 | 10011110 | 10110 | 0 | 100011 | 101 | 1100010 | 1001100 | 1001110 |
Color Harmonies of #BDF29E
Complementary color
Monochromatic Colors of #BDF29E
Black with #BDF29E
Text Example
Text Example
White with #BDF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF29E; }
p { color: rgb(189,242,158); }
H1.HeaderClassName
{
color: #BDF29E;
}
.AnyTagClassName
{
color: #BDF29E;
}
</style>
background-color css
<style>
a { background-color: #BDF29E; }
a { background-color: rgb(189,242,158); }
div.DivClassName
{
background-color: #BDF29E;
}
.BgClassName
{
background-color: #BDF29E;
}
</style>
border-color css
<style>
span { border-color: #BDF29E; }
span { border-color: rgb(189,242,158); }
td.TdClassName
{
border-color: #BDF29E;
}
.TagClassName
{
border-color: #BDF29E;
}
</style>