Shades of Madang #BFED9C
Tints of Madang #BFED9C
RGB
CMYK
RGB Variations
Color information
#BFED9C (or 0xBFED9C) is known color: Madang. HEX triplet: BF, ED and 9C. RGB value is (191,237,156). Sum of RGB (Red+Green+Blue) = 191+237+156=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED9C is #401263. Grayscale: #D6D6D6. Windows color (decimal): -4199012 or 10284479. OLE color: 10284479.
HSL color Cylindrical-coordinate representation of color #BFED9C: hue angle of 94.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFED9C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 156 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.07 |
| HSL | 94.07º | 0.69% | 0.77% | - |
| HSV(B) | 94.07º | 0.34% | 0.93% | - |
| XYZ | 57.77 | 74.05 | 42.7 | - |
| YUV | 214.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 156 | 0.19 | 0 | 0.34 | 0.07 | 94.07 | 0.69 | 0.77 |
| Hex | BF | ED | 9C | 13 | 0 | 22 | 7 | 5E | 45 | 4D |
| Octal | 277 | 355 | 234 | 23 | 0 | 42 | 7 | 136 | 105 | 115 |
| Binary | 10111111 | 11101101 | 10011100 | 10011 | 0 | 100010 | 111 | 1011110 | 1000101 | 1001101 |
Color Harmonies of #BFED9C
Complementary color
Monochromatic Colors of #BFED9C
Black with #BFED9C
Text Example
Text Example
White with #BFED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED9C; }
p { color: rgb(191,237,156); }
H1.HeaderClassName
{
color: #BFED9C;
}
.AnyTagClassName
{
color: #BFED9C;
}
</style>
background-color css
<style>
a { background-color: #BFED9C; }
a { background-color: rgb(191,237,156); }
div.DivClassName
{
background-color: #BFED9C;
}
.BgClassName
{
background-color: #BFED9C;
}
</style>
border-color css
<style>
span { border-color: #BFED9C; }
span { border-color: rgb(191,237,156); }
td.TdClassName
{
border-color: #BFED9C;
}
.TagClassName
{
border-color: #BFED9C;
}
</style>