Shades of Madang #BFEDA1
Tints of Madang #BFEDA1
RGB
CMYK
RGB Variations
Color information
#BFEDA1 (or 0xBFEDA1) is known color: Madang. HEX triplet: BF, ED and A1. RGB value is (191,237,161). Sum of RGB (Red+Green+Blue) = 191+237+161=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEDA1 is #40125E. Grayscale: #D6D6D6. Windows color (decimal): -4199007 or 10612159. OLE color: 10612159.
HSL color Cylindrical-coordinate representation of color #BFEDA1: hue angle of 96.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFEDA1 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 161 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.07 |
| HSL | 96.32º | 0.68% | 0.78% | - |
| HSV(B) | 96.32º | 0.32% | 0.93% | - |
| XYZ | 58.2 | 74.22 | 44.98 | - |
| YUV | 214.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 161 | 0.19 | 0 | 0.32 | 0.07 | 96.32 | 0.68 | 0.78 |
| Hex | BF | ED | A1 | 13 | 0 | 20 | 7 | 60 | 44 | 4E |
| Octal | 277 | 355 | 241 | 23 | 0 | 40 | 7 | 140 | 104 | 116 |
| Binary | 10111111 | 11101101 | 10100001 | 10011 | 0 | 100000 | 111 | 1100000 | 1000100 | 1001110 |
Color Harmonies of #BFEDA1
Complementary color
Monochromatic Colors of #BFEDA1
Black with #BFEDA1
Text Example
Text Example
White with #BFEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDA1; }
p { color: rgb(191,237,161); }
H1.HeaderClassName
{
color: #BFEDA1;
}
.AnyTagClassName
{
color: #BFEDA1;
}
</style>
background-color css
<style>
a { background-color: #BFEDA1; }
a { background-color: rgb(191,237,161); }
div.DivClassName
{
background-color: #BFEDA1;
}
.BgClassName
{
background-color: #BFEDA1;
}
</style>
border-color css
<style>
span { border-color: #BFEDA1; }
span { border-color: rgb(191,237,161); }
td.TdClassName
{
border-color: #BFEDA1;
}
.TagClassName
{
border-color: #BFEDA1;
}
</style>