Shades of Madang #BDF397
Tints of Madang #BDF397
RGB
CMYK
RGB Variations
Color information
#BDF397 (or 0xBDF397) is known color: Madang. HEX triplet: BD, F3 and 97. RGB value is (189,243,151). Sum of RGB (Red+Green+Blue) = 189+243+151=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF397 is #420C68. Grayscale: #D8D8D8. Windows color (decimal): -4328553 or 9958333. OLE color: 9958333.
HSL color Cylindrical-coordinate representation of color #BDF397: hue angle of 95.22º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF397 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 151 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.05 |
| HSL | 95.22º | 0.79% | 0.77% | - |
| HSV(B) | 95.22º | 0.38% | 0.95% | - |
| XYZ | 58.62 | 77.15 | 41.08 | - |
| YUV | 216.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 151 | 0.22 | 0 | 0.38 | 0.05 | 95.22 | 0.79 | 0.77 |
| Hex | BD | F3 | 97 | 16 | 0 | 26 | 5 | 5F | 4F | 4D |
| Octal | 275 | 363 | 227 | 26 | 0 | 46 | 5 | 137 | 117 | 115 |
| Binary | 10111101 | 11110011 | 10010111 | 10110 | 0 | 100110 | 101 | 1011111 | 1001111 | 1001101 |
Color Harmonies of #BDF397
Complementary color
Monochromatic Colors of #BDF397
Black with #BDF397
Text Example
Text Example
White with #BDF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF397; }
p { color: rgb(189,243,151); }
H1.HeaderClassName
{
color: #BDF397;
}
.AnyTagClassName
{
color: #BDF397;
}
</style>
background-color css
<style>
a { background-color: #BDF397; }
a { background-color: rgb(189,243,151); }
div.DivClassName
{
background-color: #BDF397;
}
.BgClassName
{
background-color: #BDF397;
}
</style>
border-color css
<style>
span { border-color: #BDF397; }
span { border-color: rgb(189,243,151); }
td.TdClassName
{
border-color: #BDF397;
}
.TagClassName
{
border-color: #BDF397;
}
</style>