Shades of Madang #BDFC9A
Tints of Madang #BDFC9A
RGB
CMYK
RGB Variations
Color information
#BDFC9A (or 0xBDFC9A) is known color: Madang. HEX triplet: BD, FC and 9A. RGB value is (189,252,154). Sum of RGB (Red+Green+Blue) = 189+252+154=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFC9A is #420365. Grayscale: #DEDEDE. Windows color (decimal): -4326246 or 10157245. OLE color: 10157245.
HSL color Cylindrical-coordinate representation of color #BDFC9A: hue angle of 98.57º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDFC9A is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 154 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.01 |
| HSL | 98.57º | 0.94% | 0.8% | - |
| HSV(B) | 98.57º | 0.39% | 0.99% | - |
| XYZ | 61.63 | 82.77 | 43.3 | - |
| YUV | 221.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 154 | 0.25 | 0 | 0.39 | 0.01 | 98.57 | 0.94 | 0.8 |
| Hex | BD | FC | 9A | 19 | 0 | 27 | 1 | 63 | 5E | 50 |
| Octal | 275 | 374 | 232 | 31 | 0 | 47 | 1 | 143 | 136 | 120 |
| Binary | 10111101 | 11111100 | 10011010 | 11001 | 0 | 100111 | 1 | 1100011 | 1011110 | 1010000 |
Color Harmonies of #BDFC9A
Complementary color
Monochromatic Colors of #BDFC9A
Black with #BDFC9A
Text Example
Text Example
White with #BDFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC9A; }
p { color: rgb(189,252,154); }
H1.HeaderClassName
{
color: #BDFC9A;
}
.AnyTagClassName
{
color: #BDFC9A;
}
</style>
background-color css
<style>
a { background-color: #BDFC9A; }
a { background-color: rgb(189,252,154); }
div.DivClassName
{
background-color: #BDFC9A;
}
.BgClassName
{
background-color: #BDFC9A;
}
</style>
border-color css
<style>
span { border-color: #BDFC9A; }
span { border-color: rgb(189,252,154); }
td.TdClassName
{
border-color: #BDFC9A;
}
.TagClassName
{
border-color: #BDFC9A;
}
</style>