Shades of Madang #BDF59D
Tints of Madang #BDF59D
RGB
CMYK
RGB Variations
Color information
#BDF59D (or 0xBDF59D) is known color: Madang. HEX triplet: BD, F5 and 9D. RGB value is (189,245,157). Sum of RGB (Red+Green+Blue) = 189+245+157=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF59D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF59D is #420A62. Grayscale: #DADADA. Windows color (decimal): -4328035 or 10352061. OLE color: 10352061.
HSL color Cylindrical-coordinate representation of color #BDF59D: hue angle of 98.18º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDF59D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 157 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.04 |
| HSL | 98.18º | 0.81% | 0.79% | - |
| HSV(B) | 98.18º | 0.36% | 0.96% | - |
| XYZ | 59.72 | 78.56 | 43.91 | - |
| YUV | 218.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 157 | 0.23 | 0 | 0.36 | 0.04 | 98.18 | 0.81 | 0.79 |
| Hex | BD | F5 | 9D | 17 | 0 | 24 | 4 | 62 | 51 | 4F |
| Octal | 275 | 365 | 235 | 27 | 0 | 44 | 4 | 142 | 121 | 117 |
| Binary | 10111101 | 11110101 | 10011101 | 10111 | 0 | 100100 | 100 | 1100010 | 1010001 | 1001111 |
Color Harmonies of #BDF59D
Complementary color
Monochromatic Colors of #BDF59D
Black with #BDF59D
Text Example
Text Example
White with #BDF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF59D; }
p { color: rgb(189,245,157); }
H1.HeaderClassName
{
color: #BDF59D;
}
.AnyTagClassName
{
color: #BDF59D;
}
</style>
background-color css
<style>
a { background-color: #BDF59D; }
a { background-color: rgb(189,245,157); }
div.DivClassName
{
background-color: #BDF59D;
}
.BgClassName
{
background-color: #BDF59D;
}
</style>
border-color css
<style>
span { border-color: #BDF59D; }
span { border-color: rgb(189,245,157); }
td.TdClassName
{
border-color: #BDF59D;
}
.TagClassName
{
border-color: #BDF59D;
}
</style>