Shades of Madang #BDEF9F
Tints of Madang #BDEF9F
RGB
CMYK
RGB Variations
Color information
#BDEF9F (or 0xBDEF9F) is known color: Madang. HEX triplet: BD, EF and 9F. RGB value is (189,239,159). Sum of RGB (Red+Green+Blue) = 189+239+159=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF9F is #421060. Grayscale: #D7D7D7. Windows color (decimal): -4329569 or 10481597. OLE color: 10481597.
HSL color Cylindrical-coordinate representation of color #BDEF9F: hue angle of 97.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDEF9F is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 159 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.06 |
| HSL | 97.5º | 0.71% | 0.78% | - |
| HSV(B) | 97.5º | 0.33% | 0.94% | - |
| XYZ | 58.11 | 75.06 | 44.23 | - |
| YUV | 214.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 159 | 0.21 | 0 | 0.33 | 0.06 | 97.5 | 0.71 | 0.78 |
| Hex | BD | EF | 9F | 15 | 0 | 21 | 6 | 62 | 47 | 4E |
| Octal | 275 | 357 | 237 | 25 | 0 | 41 | 6 | 142 | 107 | 116 |
| Binary | 10111101 | 11101111 | 10011111 | 10101 | 0 | 100001 | 110 | 1100010 | 1000111 | 1001110 |
Color Harmonies of #BDEF9F
Complementary color
Monochromatic Colors of #BDEF9F
Black with #BDEF9F
Text Example
Text Example
White with #BDEF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF9F; }
p { color: rgb(189,239,159); }
H1.HeaderClassName
{
color: #BDEF9F;
}
.AnyTagClassName
{
color: #BDEF9F;
}
</style>
background-color css
<style>
a { background-color: #BDEF9F; }
a { background-color: rgb(189,239,159); }
div.DivClassName
{
background-color: #BDEF9F;
}
.BgClassName
{
background-color: #BDEF9F;
}
</style>
border-color css
<style>
span { border-color: #BDEF9F; }
span { border-color: rgb(189,239,159); }
td.TdClassName
{
border-color: #BDEF9F;
}
.TagClassName
{
border-color: #BDEF9F;
}
</style>