Shades of Madang #BDF998
Tints of Madang #BDF998
RGB
CMYK
RGB Variations
Color information
#BDF998 (or 0xBDF998) is known color: Madang. HEX triplet: BD, F9 and 98. RGB value is (189,249,152). Sum of RGB (Red+Green+Blue) = 189+249+152=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF998 is #420667. Grayscale: #DCDCDC. Windows color (decimal): -4327016 or 10025405. OLE color: 10025405.
HSL color Cylindrical-coordinate representation of color #BDF998: hue angle of 97.11º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF998 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 152 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.02 |
| HSL | 97.11º | 0.89% | 0.79% | - |
| HSV(B) | 97.11º | 0.39% | 0.98% | - |
| XYZ | 60.53 | 80.84 | 42.12 | - |
| YUV | 220 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 152 | 0.24 | 0 | 0.39 | 0.02 | 97.11 | 0.89 | 0.79 |
| Hex | BD | F9 | 98 | 18 | 0 | 27 | 2 | 61 | 59 | 4F |
| Octal | 275 | 371 | 230 | 30 | 0 | 47 | 2 | 141 | 131 | 117 |
| Binary | 10111101 | 11111001 | 10011000 | 11000 | 0 | 100111 | 10 | 1100001 | 1011001 | 1001111 |
Color Harmonies of #BDF998
Complementary color
Monochromatic Colors of #BDF998
Black with #BDF998
Text Example
Text Example
White with #BDF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF998; }
p { color: rgb(189,249,152); }
H1.HeaderClassName
{
color: #BDF998;
}
.AnyTagClassName
{
color: #BDF998;
}
</style>
background-color css
<style>
a { background-color: #BDF998; }
a { background-color: rgb(189,249,152); }
div.DivClassName
{
background-color: #BDF998;
}
.BgClassName
{
background-color: #BDF998;
}
</style>
border-color css
<style>
span { border-color: #BDF998; }
span { border-color: rgb(189,249,152); }
td.TdClassName
{
border-color: #BDF998;
}
.TagClassName
{
border-color: #BDF998;
}
</style>