Shades of Madang #BDFA9A
Tints of Madang #BDFA9A
RGB
CMYK
RGB Variations
Color information
#BDFA9A (or 0xBDFA9A) is known color: Madang. HEX triplet: BD, FA and 9A. RGB value is (189,250,154). Sum of RGB (Red+Green+Blue) = 189+250+154=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFA9A is #420565. Grayscale: #DDDDDD. Windows color (decimal): -4326758 or 10156733. OLE color: 10156733.
HSL color Cylindrical-coordinate representation of color #BDFA9A: hue angle of 98.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDFA9A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 154 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.02 |
| HSL | 98.13º | 0.91% | 0.79% | - |
| HSV(B) | 98.13º | 0.38% | 0.98% | - |
| XYZ | 61 | 81.52 | 43.09 | - |
| YUV | 220.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 154 | 0.24 | 0 | 0.38 | 0.02 | 98.13 | 0.91 | 0.79 |
| Hex | BD | FA | 9A | 18 | 0 | 26 | 2 | 62 | 5B | 4F |
| Octal | 275 | 372 | 232 | 30 | 0 | 46 | 2 | 142 | 133 | 117 |
| Binary | 10111101 | 11111010 | 10011010 | 11000 | 0 | 100110 | 10 | 1100010 | 1011011 | 1001111 |
Color Harmonies of #BDFA9A
Complementary color
Monochromatic Colors of #BDFA9A
Black with #BDFA9A
Text Example
Text Example
White with #BDFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFA9A; }
p { color: rgb(189,250,154); }
H1.HeaderClassName
{
color: #BDFA9A;
}
.AnyTagClassName
{
color: #BDFA9A;
}
</style>
background-color css
<style>
a { background-color: #BDFA9A; }
a { background-color: rgb(189,250,154); }
div.DivClassName
{
background-color: #BDFA9A;
}
.BgClassName
{
background-color: #BDFA9A;
}
</style>
border-color css
<style>
span { border-color: #BDFA9A; }
span { border-color: rgb(189,250,154); }
td.TdClassName
{
border-color: #BDFA9A;
}
.TagClassName
{
border-color: #BDFA9A;
}
</style>