Shades of Madang #BDF599
Tints of Madang #BDF599
RGB
CMYK
RGB Variations
Color information
#BDF599 (or 0xBDF599) is known color: Madang. HEX triplet: BD, F5 and 99. RGB value is (189,245,153). Sum of RGB (Red+Green+Blue) = 189+245+153=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF599 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF599 is #420A66. Grayscale: #DADADA. Windows color (decimal): -4328039 or 10089917. OLE color: 10089917.
HSL color Cylindrical-coordinate representation of color #BDF599: hue angle of 96.52º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF599 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 153 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.04 |
| HSL | 96.52º | 0.82% | 0.78% | - |
| HSV(B) | 96.52º | 0.38% | 0.96% | - |
| XYZ | 59.39 | 78.42 | 42.14 | - |
| YUV | 217.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 153 | 0.23 | 0 | 0.38 | 0.04 | 96.52 | 0.82 | 0.78 |
| Hex | BD | F5 | 99 | 17 | 0 | 26 | 4 | 61 | 52 | 4E |
| Octal | 275 | 365 | 231 | 27 | 0 | 46 | 4 | 141 | 122 | 116 |
| Binary | 10111101 | 11110101 | 10011001 | 10111 | 0 | 100110 | 100 | 1100001 | 1010010 | 1001110 |
Color Harmonies of #BDF599
Complementary color
Monochromatic Colors of #BDF599
Black with #BDF599
Text Example
Text Example
White with #BDF599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF599; }
p { color: rgb(189,245,153); }
H1.HeaderClassName
{
color: #BDF599;
}
.AnyTagClassName
{
color: #BDF599;
}
</style>
background-color css
<style>
a { background-color: #BDF599; }
a { background-color: rgb(189,245,153); }
div.DivClassName
{
background-color: #BDF599;
}
.BgClassName
{
background-color: #BDF599;
}
</style>
border-color css
<style>
span { border-color: #BDF599; }
span { border-color: rgb(189,245,153); }
td.TdClassName
{
border-color: #BDF599;
}
.TagClassName
{
border-color: #BDF599;
}
</style>