Shades of Madang #BDF097
Tints of Madang #BDF097
RGB
CMYK
RGB Variations
Color information
#BDF097 (or 0xBDF097) is known color: Madang. HEX triplet: BD, F0 and 97. RGB value is (189,240,151). Sum of RGB (Red+Green+Blue) = 189+240+151=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF097 is #420F68. Grayscale: #D6D6D6. Windows color (decimal): -4329321 or 9957565. OLE color: 9957565.
HSL color Cylindrical-coordinate representation of color #BDF097: hue angle of 94.38º 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 #BDF097 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 151 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.06 |
| HSL | 94.38º | 0.75% | 0.77% | - |
| HSV(B) | 94.38º | 0.37% | 0.94% | - |
| XYZ | 57.73 | 75.37 | 40.78 | - |
| YUV | 214.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 151 | 0.21 | 0 | 0.37 | 0.06 | 94.38 | 0.75 | 0.77 |
| Hex | BD | F0 | 97 | 15 | 0 | 25 | 6 | 5E | 4B | 4D |
| Octal | 275 | 360 | 227 | 25 | 0 | 45 | 6 | 136 | 113 | 115 |
| Binary | 10111101 | 11110000 | 10010111 | 10101 | 0 | 100101 | 110 | 1011110 | 1001011 | 1001101 |
Color Harmonies of #BDF097
Complementary color
Monochromatic Colors of #BDF097
Black with #BDF097
Text Example
Text Example
White with #BDF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF097; }
p { color: rgb(189,240,151); }
H1.HeaderClassName
{
color: #BDF097;
}
.AnyTagClassName
{
color: #BDF097;
}
</style>
background-color css
<style>
a { background-color: #BDF097; }
a { background-color: rgb(189,240,151); }
div.DivClassName
{
background-color: #BDF097;
}
.BgClassName
{
background-color: #BDF097;
}
</style>
border-color css
<style>
span { border-color: #BDF097; }
span { border-color: rgb(189,240,151); }
td.TdClassName
{
border-color: #BDF097;
}
.TagClassName
{
border-color: #BDF097;
}
</style>