Shades of Madang #BDF99C
Tints of Madang #BDF99C
RGB
CMYK
RGB Variations
Color information
#BDF99C (or 0xBDF99C) is known color: Madang. HEX triplet: BD, F9 and 9C. RGB value is (189,249,156). Sum of RGB (Red+Green+Blue) = 189+249+156=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF99C is #420663. Grayscale: #DCDCDC. Windows color (decimal): -4327012 or 10287549. OLE color: 10287549.
HSL color Cylindrical-coordinate representation of color #BDF99C: hue angle of 98.71º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF99C is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 156 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.02 |
| HSL | 98.71º | 0.89% | 0.79% | - |
| HSV(B) | 98.71º | 0.37% | 0.98% | - |
| XYZ | 60.86 | 80.97 | 43.87 | - |
| YUV | 220.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 156 | 0.24 | 0 | 0.37 | 0.02 | 98.71 | 0.89 | 0.79 |
| Hex | BD | F9 | 9C | 18 | 0 | 25 | 2 | 63 | 59 | 4F |
| Octal | 275 | 371 | 234 | 30 | 0 | 45 | 2 | 143 | 131 | 117 |
| Binary | 10111101 | 11111001 | 10011100 | 11000 | 0 | 100101 | 10 | 1100011 | 1011001 | 1001111 |
Color Harmonies of #BDF99C
Complementary color
Monochromatic Colors of #BDF99C
Black with #BDF99C
Text Example
Text Example
White with #BDF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF99C; }
p { color: rgb(189,249,156); }
H1.HeaderClassName
{
color: #BDF99C;
}
.AnyTagClassName
{
color: #BDF99C;
}
</style>
background-color css
<style>
a { background-color: #BDF99C; }
a { background-color: rgb(189,249,156); }
div.DivClassName
{
background-color: #BDF99C;
}
.BgClassName
{
background-color: #BDF99C;
}
</style>
border-color css
<style>
span { border-color: #BDF99C; }
span { border-color: rgb(189,249,156); }
td.TdClassName
{
border-color: #BDF99C;
}
.TagClassName
{
border-color: #BDF99C;
}
</style>