Shades of Madang #BDF69F
Tints of Madang #BDF69F
RGB
CMYK
RGB Variations
Color information
#BDF69F (or 0xBDF69F) is known color: Madang. HEX triplet: BD, F6 and 9F. RGB value is (189,246,159). Sum of RGB (Red+Green+Blue) = 189+246+159=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF69F is #420960. Grayscale: #DBDBDB. Windows color (decimal): -4327777 or 10483389. OLE color: 10483389.
HSL color Cylindrical-coordinate representation of color #BDF69F: hue angle of 99.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDF69F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 159 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.04 |
| HSL | 99.31º | 0.83% | 0.79% | - |
| HSV(B) | 99.31º | 0.35% | 0.96% | - |
| XYZ | 60.2 | 79.23 | 44.92 | - |
| YUV | 219.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 159 | 0.23 | 0 | 0.35 | 0.04 | 99.31 | 0.83 | 0.79 |
| Hex | BD | F6 | 9F | 17 | 0 | 23 | 4 | 63 | 53 | 4F |
| Octal | 275 | 366 | 237 | 27 | 0 | 43 | 4 | 143 | 123 | 117 |
| Binary | 10111101 | 11110110 | 10011111 | 10111 | 0 | 100011 | 100 | 1100011 | 1010011 | 1001111 |
Color Harmonies of #BDF69F
Complementary color
Monochromatic Colors of #BDF69F
Black with #BDF69F
Text Example
Text Example
White with #BDF69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF69F; }
p { color: rgb(189,246,159); }
H1.HeaderClassName
{
color: #BDF69F;
}
.AnyTagClassName
{
color: #BDF69F;
}
</style>
background-color css
<style>
a { background-color: #BDF69F; }
a { background-color: rgb(189,246,159); }
div.DivClassName
{
background-color: #BDF69F;
}
.BgClassName
{
background-color: #BDF69F;
}
</style>
border-color css
<style>
span { border-color: #BDF69F; }
span { border-color: rgb(189,246,159); }
td.TdClassName
{
border-color: #BDF69F;
}
.TagClassName
{
border-color: #BDF69F;
}
</style>