Shades of Madang #BDF09D
Tints of Madang #BDF09D
RGB
CMYK
RGB Variations
Color information
#BDF09D (or 0xBDF09D) is known color: Madang. HEX triplet: BD, F0 and 9D. RGB value is (189,240,157). Sum of RGB (Red+Green+Blue) = 189+240+157=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF09D is #420F62. Grayscale: #D7D7D7. Windows color (decimal): -4329315 or 10350781. OLE color: 10350781.
HSL color Cylindrical-coordinate representation of color #BDF09D: hue angle of 96.87º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDF09D is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 157 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.06 |
| HSL | 96.87º | 0.73% | 0.78% | - |
| HSV(B) | 96.87º | 0.35% | 0.94% | - |
| XYZ | 58.23 | 75.57 | 43.42 | - |
| YUV | 215.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 157 | 0.21 | 0 | 0.35 | 0.06 | 96.87 | 0.73 | 0.78 |
| Hex | BD | F0 | 9D | 15 | 0 | 23 | 6 | 61 | 49 | 4E |
| Octal | 275 | 360 | 235 | 25 | 0 | 43 | 6 | 141 | 111 | 116 |
| Binary | 10111101 | 11110000 | 10011101 | 10101 | 0 | 100011 | 110 | 1100001 | 1001001 | 1001110 |
Color Harmonies of #BDF09D
Complementary color
Monochromatic Colors of #BDF09D
Black with #BDF09D
Text Example
Text Example
White with #BDF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF09D; }
p { color: rgb(189,240,157); }
H1.HeaderClassName
{
color: #BDF09D;
}
.AnyTagClassName
{
color: #BDF09D;
}
</style>
background-color css
<style>
a { background-color: #BDF09D; }
a { background-color: rgb(189,240,157); }
div.DivClassName
{
background-color: #BDF09D;
}
.BgClassName
{
background-color: #BDF09D;
}
</style>
border-color css
<style>
span { border-color: #BDF09D; }
span { border-color: rgb(189,240,157); }
td.TdClassName
{
border-color: #BDF09D;
}
.TagClassName
{
border-color: #BDF09D;
}
</style>