Shades of Madang #BDF597
Tints of Madang #BDF597
RGB
CMYK
RGB Variations
Color information
#BDF597 (or 0xBDF597) is known color: Madang. HEX triplet: BD, F5 and 97. RGB value is (189,245,151). Sum of RGB (Red+Green+Blue) = 189+245+151=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF597 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF597 is #420A68. Grayscale: #D9D9D9. Windows color (decimal): -4328041 or 9958845. OLE color: 9958845.
HSL color Cylindrical-coordinate representation of color #BDF597: hue angle of 95.74º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF597 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 151 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.04 |
| HSL | 95.74º | 0.82% | 0.78% | - |
| HSV(B) | 95.74º | 0.38% | 0.96% | - |
| XYZ | 59.22 | 78.36 | 41.28 | - |
| YUV | 217.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 151 | 0.23 | 0 | 0.38 | 0.04 | 95.74 | 0.82 | 0.78 |
| Hex | BD | F5 | 97 | 17 | 0 | 26 | 4 | 60 | 52 | 4E |
| Octal | 275 | 365 | 227 | 27 | 0 | 46 | 4 | 140 | 122 | 116 |
| Binary | 10111101 | 11110101 | 10010111 | 10111 | 0 | 100110 | 100 | 1100000 | 1010010 | 1001110 |
Color Harmonies of #BDF597
Complementary color
Monochromatic Colors of #BDF597
Black with #BDF597
Text Example
Text Example
White with #BDF597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF597; }
p { color: rgb(189,245,151); }
H1.HeaderClassName
{
color: #BDF597;
}
.AnyTagClassName
{
color: #BDF597;
}
</style>
background-color css
<style>
a { background-color: #BDF597; }
a { background-color: rgb(189,245,151); }
div.DivClassName
{
background-color: #BDF597;
}
.BgClassName
{
background-color: #BDF597;
}
</style>
border-color css
<style>
span { border-color: #BDF597; }
span { border-color: rgb(189,245,151); }
td.TdClassName
{
border-color: #BDF597;
}
.TagClassName
{
border-color: #BDF597;
}
</style>