Shades of Madang #BBF395
Tints of Madang #BBF395
RGB
CMYK
RGB Variations
Color information
#BBF395 (or 0xBBF395) is known color: Madang. HEX triplet: BB, F3 and 95. RGB value is (187,243,149). Sum of RGB (Red+Green+Blue) = 187+243+149=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF395 is #440C6A. Grayscale: #D7D7D7. Windows color (decimal): -4459627 or 9827259. OLE color: 9827259.
HSL color Cylindrical-coordinate representation of color #BBF395: hue angle of 95.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBF395 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 149 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.05 |
| HSL | 95.74º | 0.8% | 0.77% | - |
| HSV(B) | 95.74º | 0.39% | 0.95% | - |
| XYZ | 57.97 | 76.84 | 40.21 | - |
| YUV | 215.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 149 | 0.23 | 0 | 0.39 | 0.05 | 95.74 | 0.8 | 0.77 |
| Hex | BB | F3 | 95 | 17 | 0 | 27 | 5 | 60 | 50 | 4D |
| Octal | 273 | 363 | 225 | 27 | 0 | 47 | 5 | 140 | 120 | 115 |
| Binary | 10111011 | 11110011 | 10010101 | 10111 | 0 | 100111 | 101 | 1100000 | 1010000 | 1001101 |
Color Harmonies of #BBF395
Complementary color
Monochromatic Colors of #BBF395
Black with #BBF395
Text Example
Text Example
White with #BBF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF395; }
p { color: rgb(187,243,149); }
H1.HeaderClassName
{
color: #BBF395;
}
.AnyTagClassName
{
color: #BBF395;
}
</style>
background-color css
<style>
a { background-color: #BBF395; }
a { background-color: rgb(187,243,149); }
div.DivClassName
{
background-color: #BBF395;
}
.BgClassName
{
background-color: #BBF395;
}
</style>
border-color css
<style>
span { border-color: #BBF395; }
span { border-color: rgb(187,243,149); }
td.TdClassName
{
border-color: #BBF395;
}
.TagClassName
{
border-color: #BBF395;
}
</style>