Shades of Madang #BDF098
Tints of Madang #BDF098
RGB
CMYK
RGB Variations
Color information
#BDF098 (or 0xBDF098) is known color: Madang. HEX triplet: BD, F0 and 98. RGB value is (189,240,152). Sum of RGB (Red+Green+Blue) = 189+240+152=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF098 is #420F67. Grayscale: #D7D7D7. Windows color (decimal): -4329320 or 10023101. OLE color: 10023101.
HSL color Cylindrical-coordinate representation of color #BDF098: hue angle of 94.77º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF098 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 152 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.06 |
| HSL | 94.77º | 0.75% | 0.77% | - |
| HSV(B) | 94.77º | 0.37% | 0.94% | - |
| XYZ | 57.81 | 75.41 | 41.21 | - |
| YUV | 214.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 152 | 0.21 | 0 | 0.37 | 0.06 | 94.77 | 0.75 | 0.77 |
| Hex | BD | F0 | 98 | 15 | 0 | 25 | 6 | 5F | 4B | 4D |
| Octal | 275 | 360 | 230 | 25 | 0 | 45 | 6 | 137 | 113 | 115 |
| Binary | 10111101 | 11110000 | 10011000 | 10101 | 0 | 100101 | 110 | 1011111 | 1001011 | 1001101 |
Color Harmonies of #BDF098
Complementary color
Monochromatic Colors of #BDF098
Black with #BDF098
Text Example
Text Example
White with #BDF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF098; }
p { color: rgb(189,240,152); }
H1.HeaderClassName
{
color: #BDF098;
}
.AnyTagClassName
{
color: #BDF098;
}
</style>
background-color css
<style>
a { background-color: #BDF098; }
a { background-color: rgb(189,240,152); }
div.DivClassName
{
background-color: #BDF098;
}
.BgClassName
{
background-color: #BDF098;
}
</style>
border-color css
<style>
span { border-color: #BDF098; }
span { border-color: rgb(189,240,152); }
td.TdClassName
{
border-color: #BDF098;
}
.TagClassName
{
border-color: #BDF098;
}
</style>