Shades of Madang #BDF697
Tints of Madang #BDF697
RGB
CMYK
RGB Variations
Color information
#BDF697 (or 0xBDF697) is known color: Madang. HEX triplet: BD, F6 and 97. RGB value is (189,246,151). Sum of RGB (Red+Green+Blue) = 189+246+151=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF697 is #420968. Grayscale: #DADADA. Windows color (decimal): -4327785 or 9959101. OLE color: 9959101.
HSL color Cylindrical-coordinate representation of color #BDF697: hue angle of 96º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF697 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 151 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.04 |
| HSL | 96º | 0.84% | 0.78% | - |
| HSV(B) | 96º | 0.39% | 0.96% | - |
| XYZ | 59.53 | 78.96 | 41.38 | - |
| YUV | 218.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 151 | 0.23 | 0 | 0.39 | 0.04 | 96 | 0.84 | 0.78 |
| Hex | BD | F6 | 97 | 17 | 0 | 27 | 4 | 60 | 54 | 4E |
| Octal | 275 | 366 | 227 | 27 | 0 | 47 | 4 | 140 | 124 | 116 |
| Binary | 10111101 | 11110110 | 10010111 | 10111 | 0 | 100111 | 100 | 1100000 | 1010100 | 1001110 |
Color Harmonies of #BDF697
Complementary color
Monochromatic Colors of #BDF697
Black with #BDF697
Text Example
Text Example
White with #BDF697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF697; }
p { color: rgb(189,246,151); }
H1.HeaderClassName
{
color: #BDF697;
}
.AnyTagClassName
{
color: #BDF697;
}
</style>
background-color css
<style>
a { background-color: #BDF697; }
a { background-color: rgb(189,246,151); }
div.DivClassName
{
background-color: #BDF697;
}
.BgClassName
{
background-color: #BDF697;
}
</style>
border-color css
<style>
span { border-color: #BDF697; }
span { border-color: rgb(189,246,151); }
td.TdClassName
{
border-color: #BDF697;
}
.TagClassName
{
border-color: #BDF697;
}
</style>