Shades of Madang #BDF29D
Tints of Madang #BDF29D
RGB
CMYK
RGB Variations
Color information
#BDF29D (or 0xBDF29D) is known color: Madang. HEX triplet: BD, F2 and 9D. RGB value is (189,242,157). Sum of RGB (Red+Green+Blue) = 189+242+157=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF29D is #420D62. Grayscale: #D8D8D8. Windows color (decimal): -4328803 or 10351293. OLE color: 10351293.
HSL color Cylindrical-coordinate representation of color #BDF29D: hue angle of 97.41º degrees, saturation: 0.77, 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 #BDF29D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 157 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.05 |
| HSL | 97.41º | 0.77% | 0.78% | - |
| HSV(B) | 97.41º | 0.35% | 0.95% | - |
| XYZ | 58.82 | 76.76 | 43.61 | - |
| YUV | 216.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 157 | 0.22 | 0 | 0.35 | 0.05 | 97.41 | 0.77 | 0.78 |
| Hex | BD | F2 | 9D | 16 | 0 | 23 | 5 | 61 | 4D | 4E |
| Octal | 275 | 362 | 235 | 26 | 0 | 43 | 5 | 141 | 115 | 116 |
| Binary | 10111101 | 11110010 | 10011101 | 10110 | 0 | 100011 | 101 | 1100001 | 1001101 | 1001110 |
Color Harmonies of #BDF29D
Complementary color
Monochromatic Colors of #BDF29D
Black with #BDF29D
Text Example
Text Example
White with #BDF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF29D; }
p { color: rgb(189,242,157); }
H1.HeaderClassName
{
color: #BDF29D;
}
.AnyTagClassName
{
color: #BDF29D;
}
</style>
background-color css
<style>
a { background-color: #BDF29D; }
a { background-color: rgb(189,242,157); }
div.DivClassName
{
background-color: #BDF29D;
}
.BgClassName
{
background-color: #BDF29D;
}
</style>
border-color css
<style>
span { border-color: #BDF29D; }
span { border-color: rgb(189,242,157); }
td.TdClassName
{
border-color: #BDF29D;
}
.TagClassName
{
border-color: #BDF29D;
}
</style>