Shades of Madang #BDF899
Tints of Madang #BDF899
RGB
CMYK
RGB Variations
Color information
#BDF899 (or 0xBDF899) is known color: Madang. HEX triplet: BD, F8 and 99. RGB value is (189,248,153). Sum of RGB (Red+Green+Blue) = 189+248+153=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF899 is #420766. Grayscale: #DBDBDB. Windows color (decimal): -4327271 or 10090685. OLE color: 10090685.
HSL color Cylindrical-coordinate representation of color #BDF899: hue angle of 97.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF899 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 153 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.03 |
| HSL | 97.26º | 0.87% | 0.79% | - |
| HSV(B) | 97.26º | 0.38% | 0.97% | - |
| XYZ | 60.3 | 80.25 | 42.45 | - |
| YUV | 219.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 153 | 0.24 | 0 | 0.38 | 0.03 | 97.26 | 0.87 | 0.79 |
| Hex | BD | F8 | 99 | 18 | 0 | 26 | 3 | 61 | 57 | 4F |
| Octal | 275 | 370 | 231 | 30 | 0 | 46 | 3 | 141 | 127 | 117 |
| Binary | 10111101 | 11111000 | 10011001 | 11000 | 0 | 100110 | 11 | 1100001 | 1010111 | 1001111 |
Color Harmonies of #BDF899
Complementary color
Monochromatic Colors of #BDF899
Black with #BDF899
Text Example
Text Example
White with #BDF899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF899; }
p { color: rgb(189,248,153); }
H1.HeaderClassName
{
color: #BDF899;
}
.AnyTagClassName
{
color: #BDF899;
}
</style>
background-color css
<style>
a { background-color: #BDF899; }
a { background-color: rgb(189,248,153); }
div.DivClassName
{
background-color: #BDF899;
}
.BgClassName
{
background-color: #BDF899;
}
</style>
border-color css
<style>
span { border-color: #BDF899; }
span { border-color: rgb(189,248,153); }
td.TdClassName
{
border-color: #BDF899;
}
.TagClassName
{
border-color: #BDF899;
}
</style>