Shades of Madang #BDF798
Tints of Madang #BDF798
RGB
CMYK
RGB Variations
Color information
#BDF798 (or 0xBDF798) is known color: Madang. HEX triplet: BD, F7 and 98. RGB value is (189,247,152). Sum of RGB (Red+Green+Blue) = 189+247+152=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF798 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF798 is #420867. Grayscale: #DBDBDB. Windows color (decimal): -4327528 or 10024893. OLE color: 10024893.
HSL color Cylindrical-coordinate representation of color #BDF798: hue angle of 96.63º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF798 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 152 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.03 |
| HSL | 96.63º | 0.86% | 0.78% | - |
| HSV(B) | 96.63º | 0.38% | 0.97% | - |
| XYZ | 59.91 | 79.61 | 41.91 | - |
| YUV | 218.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 152 | 0.23 | 0 | 0.38 | 0.03 | 96.63 | 0.86 | 0.78 |
| Hex | BD | F7 | 98 | 17 | 0 | 26 | 3 | 61 | 56 | 4E |
| Octal | 275 | 367 | 230 | 27 | 0 | 46 | 3 | 141 | 126 | 116 |
| Binary | 10111101 | 11110111 | 10011000 | 10111 | 0 | 100110 | 11 | 1100001 | 1010110 | 1001110 |
Color Harmonies of #BDF798
Complementary color
Monochromatic Colors of #BDF798
Black with #BDF798
Text Example
Text Example
White with #BDF798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF798; }
p { color: rgb(189,247,152); }
H1.HeaderClassName
{
color: #BDF798;
}
.AnyTagClassName
{
color: #BDF798;
}
</style>
background-color css
<style>
a { background-color: #BDF798; }
a { background-color: rgb(189,247,152); }
div.DivClassName
{
background-color: #BDF798;
}
.BgClassName
{
background-color: #BDF798;
}
</style>
border-color css
<style>
span { border-color: #BDF798; }
span { border-color: rgb(189,247,152); }
td.TdClassName
{
border-color: #BDF798;
}
.TagClassName
{
border-color: #BDF798;
}
</style>