Shades of Madang #BDF399
Tints of Madang #BDF399
RGB
CMYK
RGB Variations
Color information
#BDF399 (or 0xBDF399) is known color: Madang. HEX triplet: BD, F3 and 99. RGB value is (189,243,153). Sum of RGB (Red+Green+Blue) = 189+243+153=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF399 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF399 is #420C66. Grayscale: #D8D8D8. Windows color (decimal): -4328551 or 10089405. OLE color: 10089405.
HSL color Cylindrical-coordinate representation of color #BDF399: hue angle of 96º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF399 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 153 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.05 |
| HSL | 96º | 0.79% | 0.78% | - |
| HSV(B) | 96º | 0.37% | 0.95% | - |
| XYZ | 58.79 | 77.22 | 41.94 | - |
| YUV | 216.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 153 | 0.22 | 0 | 0.37 | 0.05 | 96 | 0.79 | 0.78 |
| Hex | BD | F3 | 99 | 16 | 0 | 25 | 5 | 60 | 4F | 4E |
| Octal | 275 | 363 | 231 | 26 | 0 | 45 | 5 | 140 | 117 | 116 |
| Binary | 10111101 | 11110011 | 10011001 | 10110 | 0 | 100101 | 101 | 1100000 | 1001111 | 1001110 |
Color Harmonies of #BDF399
Complementary color
Monochromatic Colors of #BDF399
Black with #BDF399
Text Example
Text Example
White with #BDF399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF399; }
p { color: rgb(189,243,153); }
H1.HeaderClassName
{
color: #BDF399;
}
.AnyTagClassName
{
color: #BDF399;
}
</style>
background-color css
<style>
a { background-color: #BDF399; }
a { background-color: rgb(189,243,153); }
div.DivClassName
{
background-color: #BDF399;
}
.BgClassName
{
background-color: #BDF399;
}
</style>
border-color css
<style>
span { border-color: #BDF399; }
span { border-color: rgb(189,243,153); }
td.TdClassName
{
border-color: #BDF399;
}
.TagClassName
{
border-color: #BDF399;
}
</style>