Shades of Madang #BDF69A
Tints of Madang #BDF69A
RGB
CMYK
RGB Variations
Color information
#BDF69A (or 0xBDF69A) is known color: Madang. HEX triplet: BD, F6 and 9A. RGB value is (189,246,154). Sum of RGB (Red+Green+Blue) = 189+246+154=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF69A is #420965. Grayscale: #DADADA. Windows color (decimal): -4327782 or 10155709. OLE color: 10155709.
HSL color Cylindrical-coordinate representation of color #BDF69A: hue angle of 97.17º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF69A is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 154 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.04 |
| HSL | 97.17º | 0.84% | 0.78% | - |
| HSV(B) | 97.17º | 0.37% | 0.96% | - |
| XYZ | 59.77 | 79.06 | 42.68 | - |
| YUV | 218.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 154 | 0.23 | 0 | 0.37 | 0.04 | 97.17 | 0.84 | 0.78 |
| Hex | BD | F6 | 9A | 17 | 0 | 25 | 4 | 61 | 54 | 4E |
| Octal | 275 | 366 | 232 | 27 | 0 | 45 | 4 | 141 | 124 | 116 |
| Binary | 10111101 | 11110110 | 10011010 | 10111 | 0 | 100101 | 100 | 1100001 | 1010100 | 1001110 |
Color Harmonies of #BDF69A
Complementary color
Monochromatic Colors of #BDF69A
Black with #BDF69A
Text Example
Text Example
White with #BDF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF69A; }
p { color: rgb(189,246,154); }
H1.HeaderClassName
{
color: #BDF69A;
}
.AnyTagClassName
{
color: #BDF69A;
}
</style>
background-color css
<style>
a { background-color: #BDF69A; }
a { background-color: rgb(189,246,154); }
div.DivClassName
{
background-color: #BDF69A;
}
.BgClassName
{
background-color: #BDF69A;
}
</style>
border-color css
<style>
span { border-color: #BDF69A; }
span { border-color: rgb(189,246,154); }
td.TdClassName
{
border-color: #BDF69A;
}
.TagClassName
{
border-color: #BDF69A;
}
</style>