Shades of Madang #BFF59B
Tints of Madang #BFF59B
RGB
CMYK
RGB Variations
Color information
#BFF59B (or 0xBFF59B) is known color: Madang. HEX triplet: BF, F5 and 9B. RGB value is (191,245,155). Sum of RGB (Red+Green+Blue) = 191+245+155=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF59B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF59B is #400A64. Grayscale: #DADADA. Windows color (decimal): -4196965 or 10220991. OLE color: 10220991.
HSL color Cylindrical-coordinate representation of color #BFF59B: hue angle of 96º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFF59B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 155 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.04 |
| HSL | 96º | 0.82% | 0.78% | - |
| HSV(B) | 96º | 0.37% | 0.96% | - |
| XYZ | 60.05 | 78.75 | 43.04 | - |
| YUV | 218.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 155 | 0.22 | 0 | 0.37 | 0.04 | 96 | 0.82 | 0.78 |
| Hex | BF | F5 | 9B | 16 | 0 | 25 | 4 | 60 | 52 | 4E |
| Octal | 277 | 365 | 233 | 26 | 0 | 45 | 4 | 140 | 122 | 116 |
| Binary | 10111111 | 11110101 | 10011011 | 10110 | 0 | 100101 | 100 | 1100000 | 1010010 | 1001110 |
Color Harmonies of #BFF59B
Complementary color
Monochromatic Colors of #BFF59B
Black with #BFF59B
Text Example
Text Example
White with #BFF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF59B; }
p { color: rgb(191,245,155); }
H1.HeaderClassName
{
color: #BFF59B;
}
.AnyTagClassName
{
color: #BFF59B;
}
</style>
background-color css
<style>
a { background-color: #BFF59B; }
a { background-color: rgb(191,245,155); }
div.DivClassName
{
background-color: #BFF59B;
}
.BgClassName
{
background-color: #BFF59B;
}
</style>
border-color css
<style>
span { border-color: #BFF59B; }
span { border-color: rgb(191,245,155); }
td.TdClassName
{
border-color: #BFF59B;
}
.TagClassName
{
border-color: #BFF59B;
}
</style>