Shades of Madang #BBF295
Tints of Madang #BBF295
RGB
CMYK
RGB Variations
Color information
#BBF295 (or 0xBBF295) is known color: Madang. HEX triplet: BB, F2 and 95. RGB value is (187,242,149). Sum of RGB (Red+Green+Blue) = 187+242+149=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF295 is #440D6A. Grayscale: #D7D7D7. Windows color (decimal): -4459883 or 9827003. OLE color: 9827003.
HSL color Cylindrical-coordinate representation of color #BBF295: hue angle of 95.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBF295 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 149 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.05 |
| HSL | 95.48º | 0.78% | 0.77% | - |
| HSV(B) | 95.48º | 0.38% | 0.95% | - |
| XYZ | 57.67 | 76.24 | 40.11 | - |
| YUV | 214.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 149 | 0.23 | 0 | 0.38 | 0.05 | 95.48 | 0.78 | 0.77 |
| Hex | BB | F2 | 95 | 17 | 0 | 26 | 5 | 5F | 4E | 4D |
| Octal | 273 | 362 | 225 | 27 | 0 | 46 | 5 | 137 | 116 | 115 |
| Binary | 10111011 | 11110010 | 10010101 | 10111 | 0 | 100110 | 101 | 1011111 | 1001110 | 1001101 |
Color Harmonies of #BBF295
Complementary color
Monochromatic Colors of #BBF295
Black with #BBF295
Text Example
Text Example
White with #BBF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF295; }
p { color: rgb(187,242,149); }
H1.HeaderClassName
{
color: #BBF295;
}
.AnyTagClassName
{
color: #BBF295;
}
</style>
background-color css
<style>
a { background-color: #BBF295; }
a { background-color: rgb(187,242,149); }
div.DivClassName
{
background-color: #BBF295;
}
.BgClassName
{
background-color: #BBF295;
}
</style>
border-color css
<style>
span { border-color: #BBF295; }
span { border-color: rgb(187,242,149); }
td.TdClassName
{
border-color: #BBF295;
}
.TagClassName
{
border-color: #BBF295;
}
</style>