Shades of Madang #BDFEA4
Tints of Madang #BDFEA4
RGB
CMYK
RGB Variations
Color information
#BDFEA4 (or 0xBDFEA4) is known color: Madang. HEX triplet: BD, FE and A4. RGB value is (189,254,164). Sum of RGB (Red+Green+Blue) = 189+254+164=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEA4 is #42015B. Grayscale: #E0E0E0. Windows color (decimal): -4325724 or 10813117. OLE color: 10813117.
HSL color Cylindrical-coordinate representation of color #BDFEA4: hue angle of 103.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDFEA4 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 164 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.00 |
| HSL | 103.33º | 0.98% | 0.82% | - |
| HSV(B) | 103.33º | 0.35% | 1% | - |
| XYZ | 63.13 | 84.38 | 48.08 | - |
| YUV | 224.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 164 | 0.26 | 0 | 0.35 | 0.00 | 103.33 | 0.98 | 0.82 |
| Hex | BD | FE | A4 | 1A | 0 | 23 | 0 | 67 | 62 | 52 |
| Octal | 275 | 376 | 244 | 32 | 0 | 43 | 0 | 147 | 142 | 122 |
| Binary | 10111101 | 11111110 | 10100100 | 11010 | 0 | 100011 | 0 | 1100111 | 1100010 | 1010010 |
Color Harmonies of #BDFEA4
Complementary color
Monochromatic Colors of #BDFEA4
Black with #BDFEA4
Text Example
Text Example
White with #BDFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEA4; }
p { color: rgb(189,254,164); }
H1.HeaderClassName
{
color: #BDFEA4;
}
.AnyTagClassName
{
color: #BDFEA4;
}
</style>
background-color css
<style>
a { background-color: #BDFEA4; }
a { background-color: rgb(189,254,164); }
div.DivClassName
{
background-color: #BDFEA4;
}
.BgClassName
{
background-color: #BDFEA4;
}
</style>
border-color css
<style>
span { border-color: #BDFEA4; }
span { border-color: rgb(189,254,164); }
td.TdClassName
{
border-color: #BDFEA4;
}
.TagClassName
{
border-color: #BDFEA4;
}
</style>