Shades of Madang #BDF19A
Tints of Madang #BDF19A
RGB
CMYK
RGB Variations
Color information
#BDF19A (or 0xBDF19A) is known color: Madang. HEX triplet: BD, F1 and 9A. RGB value is (189,241,154). Sum of RGB (Red+Green+Blue) = 189+241+154=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF19A is #420E65. Grayscale: #D7D7D7. Windows color (decimal): -4329062 or 10154429. OLE color: 10154429.
HSL color Cylindrical-coordinate representation of color #BDF19A: hue angle of 95.86º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDF19A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 154 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.05 |
| HSL | 95.86º | 0.76% | 0.77% | - |
| HSV(B) | 95.86º | 0.36% | 0.95% | - |
| XYZ | 58.27 | 76.06 | 42.18 | - |
| YUV | 215.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 154 | 0.22 | 0 | 0.36 | 0.05 | 95.86 | 0.76 | 0.77 |
| Hex | BD | F1 | 9A | 16 | 0 | 24 | 5 | 60 | 4C | 4D |
| Octal | 275 | 361 | 232 | 26 | 0 | 44 | 5 | 140 | 114 | 115 |
| Binary | 10111101 | 11110001 | 10011010 | 10110 | 0 | 100100 | 101 | 1100000 | 1001100 | 1001101 |
Color Harmonies of #BDF19A
Complementary color
Monochromatic Colors of #BDF19A
Black with #BDF19A
Text Example
Text Example
White with #BDF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF19A; }
p { color: rgb(189,241,154); }
H1.HeaderClassName
{
color: #BDF19A;
}
.AnyTagClassName
{
color: #BDF19A;
}
</style>
background-color css
<style>
a { background-color: #BDF19A; }
a { background-color: rgb(189,241,154); }
div.DivClassName
{
background-color: #BDF19A;
}
.BgClassName
{
background-color: #BDF19A;
}
</style>
border-color css
<style>
span { border-color: #BDF19A; }
span { border-color: rgb(189,241,154); }
td.TdClassName
{
border-color: #BDF19A;
}
.TagClassName
{
border-color: #BDF19A;
}
</style>