Shades of Madang #BDF198
Tints of Madang #BDF198
RGB
CMYK
RGB Variations
Color information
#BDF198 (or 0xBDF198) is known color: Madang. HEX triplet: BD, F1 and 98. RGB value is (189,241,152). Sum of RGB (Red+Green+Blue) = 189+241+152=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF198 is #420E67. Grayscale: #D7D7D7. Windows color (decimal): -4329064 or 10023357. OLE color: 10023357.
HSL color Cylindrical-coordinate representation of color #BDF198: hue angle of 95.06º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF198 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 152 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.05 |
| HSL | 95.06º | 0.76% | 0.77% | - |
| HSV(B) | 95.06º | 0.37% | 0.95% | - |
| XYZ | 58.11 | 76 | 41.31 | - |
| YUV | 215.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 152 | 0.22 | 0 | 0.37 | 0.05 | 95.06 | 0.76 | 0.77 |
| Hex | BD | F1 | 98 | 16 | 0 | 25 | 5 | 5F | 4C | 4D |
| Octal | 275 | 361 | 230 | 26 | 0 | 45 | 5 | 137 | 114 | 115 |
| Binary | 10111101 | 11110001 | 10011000 | 10110 | 0 | 100101 | 101 | 1011111 | 1001100 | 1001101 |
Color Harmonies of #BDF198
Complementary color
Monochromatic Colors of #BDF198
Black with #BDF198
Text Example
Text Example
White with #BDF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF198; }
p { color: rgb(189,241,152); }
H1.HeaderClassName
{
color: #BDF198;
}
.AnyTagClassName
{
color: #BDF198;
}
</style>
background-color css
<style>
a { background-color: #BDF198; }
a { background-color: rgb(189,241,152); }
div.DivClassName
{
background-color: #BDF198;
}
.BgClassName
{
background-color: #BDF198;
}
</style>
border-color css
<style>
span { border-color: #BDF198; }
span { border-color: rgb(189,241,152); }
td.TdClassName
{
border-color: #BDF198;
}
.TagClassName
{
border-color: #BDF198;
}
</style>