Shades of Madang #BDF897
Tints of Madang #BDF897
RGB
CMYK
RGB Variations
Color information
#BDF897 (or 0xBDF897) is known color: Madang. HEX triplet: BD, F8 and 97. RGB value is (189,248,151). Sum of RGB (Red+Green+Blue) = 189+248+151=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF897 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF897 is #420768. Grayscale: #DBDBDB. Windows color (decimal): -4327273 or 9959613. OLE color: 9959613.
HSL color Cylindrical-coordinate representation of color #BDF897: hue angle of 96.49º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF897 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 151 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.03 |
| HSL | 96.49º | 0.87% | 0.78% | - |
| HSV(B) | 96.49º | 0.39% | 0.97% | - |
| XYZ | 60.14 | 80.19 | 41.59 | - |
| YUV | 219.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 151 | 0.24 | 0 | 0.39 | 0.03 | 96.49 | 0.87 | 0.78 |
| Hex | BD | F8 | 97 | 18 | 0 | 27 | 3 | 60 | 57 | 4E |
| Octal | 275 | 370 | 227 | 30 | 0 | 47 | 3 | 140 | 127 | 116 |
| Binary | 10111101 | 11111000 | 10010111 | 11000 | 0 | 100111 | 11 | 1100000 | 1010111 | 1001110 |
Color Harmonies of #BDF897
Complementary color
Monochromatic Colors of #BDF897
Black with #BDF897
Text Example
Text Example
White with #BDF897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF897; }
p { color: rgb(189,248,151); }
H1.HeaderClassName
{
color: #BDF897;
}
.AnyTagClassName
{
color: #BDF897;
}
</style>
background-color css
<style>
a { background-color: #BDF897; }
a { background-color: rgb(189,248,151); }
div.DivClassName
{
background-color: #BDF897;
}
.BgClassName
{
background-color: #BDF897;
}
</style>
border-color css
<style>
span { border-color: #BDF897; }
span { border-color: rgb(189,248,151); }
td.TdClassName
{
border-color: #BDF897;
}
.TagClassName
{
border-color: #BDF897;
}
</style>