Shades of Madang #BDE498
Tints of Madang #BDE498
RGB
CMYK
RGB Variations
Color information
#BDE498 (or 0xBDE498) is known color: Madang. HEX triplet: BD, E4 and 98. RGB value is (189,228,152). Sum of RGB (Red+Green+Blue) = 189+228+152=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE498 is #421B67. Grayscale: #CFCFCF. Windows color (decimal): -4332392 or 10020029. OLE color: 10020029.
HSL color Cylindrical-coordinate representation of color #BDE498: hue angle of 90.79º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE498 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 152 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.11 |
| HSL | 90.79º | 0.58% | 0.75% | - |
| HSV(B) | 90.79º | 0.33% | 0.89% | - |
| XYZ | 54.4 | 68.57 | 40.07 | - |
| YUV | 207.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 152 | 0.17 | 0 | 0.33 | 0.11 | 90.79 | 0.58 | 0.75 |
| Hex | BD | E4 | 98 | 11 | 0 | 21 | B | 5B | 3A | 4B |
| Octal | 275 | 344 | 230 | 21 | 0 | 41 | 13 | 133 | 72 | 113 |
| Binary | 10111101 | 11100100 | 10011000 | 10001 | 0 | 100001 | 1011 | 1011011 | 111010 | 1001011 |
Color Harmonies of #BDE498
Complementary color
Monochromatic Colors of #BDE498
Black with #BDE498
Text Example
Text Example
White with #BDE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE498; }
p { color: rgb(189,228,152); }
H1.HeaderClassName
{
color: #BDE498;
}
.AnyTagClassName
{
color: #BDE498;
}
</style>
background-color css
<style>
a { background-color: #BDE498; }
a { background-color: rgb(189,228,152); }
div.DivClassName
{
background-color: #BDE498;
}
.BgClassName
{
background-color: #BDE498;
}
</style>
border-color css
<style>
span { border-color: #BDE498; }
span { border-color: rgb(189,228,152); }
td.TdClassName
{
border-color: #BDE498;
}
.TagClassName
{
border-color: #BDE498;
}
</style>