Shades of Madang #BDFC9E
Tints of Madang #BDFC9E
RGB
CMYK
RGB Variations
Color information
#BDFC9E (or 0xBDFC9E) is known color: Madang. HEX triplet: BD, FC and 9E. RGB value is (189,252,158). Sum of RGB (Red+Green+Blue) = 189+252+158=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFC9E is #420361. Grayscale: #DEDEDE. Windows color (decimal): -4326242 or 10419389. OLE color: 10419389.
HSL color Cylindrical-coordinate representation of color #BDFC9E: hue angle of 100.21º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDFC9E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 158 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.01 |
| HSL | 100.21º | 0.94% | 0.8% | - |
| HSV(B) | 100.21º | 0.37% | 0.99% | - |
| XYZ | 61.97 | 82.91 | 45.08 | - |
| YUV | 222.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 158 | 0.25 | 0 | 0.37 | 0.01 | 100.21 | 0.94 | 0.8 |
| Hex | BD | FC | 9E | 19 | 0 | 25 | 1 | 64 | 5E | 50 |
| Octal | 275 | 374 | 236 | 31 | 0 | 45 | 1 | 144 | 136 | 120 |
| Binary | 10111101 | 11111100 | 10011110 | 11001 | 0 | 100101 | 1 | 1100100 | 1011110 | 1010000 |
Color Harmonies of #BDFC9E
Complementary color
Monochromatic Colors of #BDFC9E
Black with #BDFC9E
Text Example
Text Example
White with #BDFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC9E; }
p { color: rgb(189,252,158); }
H1.HeaderClassName
{
color: #BDFC9E;
}
.AnyTagClassName
{
color: #BDFC9E;
}
</style>
background-color css
<style>
a { background-color: #BDFC9E; }
a { background-color: rgb(189,252,158); }
div.DivClassName
{
background-color: #BDFC9E;
}
.BgClassName
{
background-color: #BDFC9E;
}
</style>
border-color css
<style>
span { border-color: #BDFC9E; }
span { border-color: rgb(189,252,158); }
td.TdClassName
{
border-color: #BDFC9E;
}
.TagClassName
{
border-color: #BDFC9E;
}
</style>