Shades of Madang #BDF699
Tints of Madang #BDF699
RGB
CMYK
RGB Variations
Color information
#BDF699 (or 0xBDF699) is known color: Madang. HEX triplet: BD, F6 and 99. RGB value is (189,246,153). Sum of RGB (Red+Green+Blue) = 189+246+153=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF699 is #420966. Grayscale: #DADADA. Windows color (decimal): -4327783 or 10090173. OLE color: 10090173.
HSL color Cylindrical-coordinate representation of color #BDF699: hue angle of 96.77º degrees, saturation: 0.84, 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 #BDF699 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 153 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.04 |
| HSL | 96.77º | 0.84% | 0.78% | - |
| HSV(B) | 96.77º | 0.38% | 0.96% | - |
| XYZ | 59.69 | 79.03 | 42.25 | - |
| YUV | 218.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 153 | 0.23 | 0 | 0.38 | 0.04 | 96.77 | 0.84 | 0.78 |
| Hex | BD | F6 | 99 | 17 | 0 | 26 | 4 | 61 | 54 | 4E |
| Octal | 275 | 366 | 231 | 27 | 0 | 46 | 4 | 141 | 124 | 116 |
| Binary | 10111101 | 11110110 | 10011001 | 10111 | 0 | 100110 | 100 | 1100001 | 1010100 | 1001110 |
Color Harmonies of #BDF699
Complementary color
Monochromatic Colors of #BDF699
Black with #BDF699
Text Example
Text Example
White with #BDF699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF699; }
p { color: rgb(189,246,153); }
H1.HeaderClassName
{
color: #BDF699;
}
.AnyTagClassName
{
color: #BDF699;
}
</style>
background-color css
<style>
a { background-color: #BDF699; }
a { background-color: rgb(189,246,153); }
div.DivClassName
{
background-color: #BDF699;
}
.BgClassName
{
background-color: #BDF699;
}
</style>
border-color css
<style>
span { border-color: #BDF699; }
span { border-color: rgb(189,246,153); }
td.TdClassName
{
border-color: #BDF699;
}
.TagClassName
{
border-color: #BDF699;
}
</style>