Shades of Madang #BFF99B
Tints of Madang #BFF99B
RGB
CMYK
RGB Variations
Color information
#BFF99B (or 0xBFF99B) is known color: Madang. HEX triplet: BF, F9 and 9B. RGB value is (191,249,155). Sum of RGB (Red+Green+Blue) = 191+249+155=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF99B is #400664. Grayscale: #DDDDDD. Windows color (decimal): -4195941 or 10222015. OLE color: 10222015.
HSL color Cylindrical-coordinate representation of color #BFF99B: hue angle of 97.02º degrees, saturation: 0.89, 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 #BFF99B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 155 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.02 |
| HSL | 97.02º | 0.89% | 0.79% | - |
| HSV(B) | 97.02º | 0.38% | 0.98% | - |
| XYZ | 61.28 | 81.19 | 43.45 | - |
| YUV | 220.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 155 | 0.23 | 0 | 0.38 | 0.02 | 97.02 | 0.89 | 0.79 |
| Hex | BF | F9 | 9B | 17 | 0 | 26 | 2 | 61 | 59 | 4F |
| Octal | 277 | 371 | 233 | 27 | 0 | 46 | 2 | 141 | 131 | 117 |
| Binary | 10111111 | 11111001 | 10011011 | 10111 | 0 | 100110 | 10 | 1100001 | 1011001 | 1001111 |
Color Harmonies of #BFF99B
Complementary color
Monochromatic Colors of #BFF99B
Black with #BFF99B
Text Example
Text Example
White with #BFF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF99B; }
p { color: rgb(191,249,155); }
H1.HeaderClassName
{
color: #BFF99B;
}
.AnyTagClassName
{
color: #BFF99B;
}
</style>
background-color css
<style>
a { background-color: #BFF99B; }
a { background-color: rgb(191,249,155); }
div.DivClassName
{
background-color: #BFF99B;
}
.BgClassName
{
background-color: #BFF99B;
}
</style>
border-color css
<style>
span { border-color: #BFF99B; }
span { border-color: rgb(191,249,155); }
td.TdClassName
{
border-color: #BFF99B;
}
.TagClassName
{
border-color: #BFF99B;
}
</style>