Shades of Madang #BDF19E
Tints of Madang #BDF19E
RGB
CMYK
RGB Variations
Color information
#BDF19E (or 0xBDF19E) is known color: Madang. HEX triplet: BD, F1 and 9E. RGB value is (189,241,158). Sum of RGB (Red+Green+Blue) = 189+241+158=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF19E is #420E61. Grayscale: #D8D8D8. Windows color (decimal): -4329058 or 10416573. OLE color: 10416573.
HSL color Cylindrical-coordinate representation of color #BDF19E: hue angle of 97.59º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDF19E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 158 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.05 |
| HSL | 97.59º | 0.75% | 0.78% | - |
| HSV(B) | 97.59º | 0.34% | 0.95% | - |
| XYZ | 58.61 | 76.2 | 43.97 | - |
| YUV | 215.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 158 | 0.22 | 0 | 0.34 | 0.05 | 97.59 | 0.75 | 0.78 |
| Hex | BD | F1 | 9E | 16 | 0 | 22 | 5 | 62 | 4B | 4E |
| Octal | 275 | 361 | 236 | 26 | 0 | 42 | 5 | 142 | 113 | 116 |
| Binary | 10111101 | 11110001 | 10011110 | 10110 | 0 | 100010 | 101 | 1100010 | 1001011 | 1001110 |
Color Harmonies of #BDF19E
Complementary color
Monochromatic Colors of #BDF19E
Black with #BDF19E
Text Example
Text Example
White with #BDF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF19E; }
p { color: rgb(189,241,158); }
H1.HeaderClassName
{
color: #BDF19E;
}
.AnyTagClassName
{
color: #BDF19E;
}
</style>
background-color css
<style>
a { background-color: #BDF19E; }
a { background-color: rgb(189,241,158); }
div.DivClassName
{
background-color: #BDF19E;
}
.BgClassName
{
background-color: #BDF19E;
}
</style>
border-color css
<style>
span { border-color: #BDF19E; }
span { border-color: rgb(189,241,158); }
td.TdClassName
{
border-color: #BDF19E;
}
.TagClassName
{
border-color: #BDF19E;
}
</style>