Shades of Madang #BBF49A
Tints of Madang #BBF49A
RGB
CMYK
RGB Variations
Color information
#BBF49A (or 0xBBF49A) is known color: Madang. HEX triplet: BB, F4 and 9A. RGB value is (187,244,154). Sum of RGB (Red+Green+Blue) = 187+244+154=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF49A is #440B65. Grayscale: #D8D8D8. Windows color (decimal): -4459366 or 10155195. OLE color: 10155195.
HSL color Cylindrical-coordinate representation of color #BBF49A: hue angle of 98º degrees, saturation: 0.8, 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 #BBF49A is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 154 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.04 |
| HSL | 98º | 0.8% | 0.78% | - |
| HSV(B) | 98º | 0.37% | 0.96% | - |
| XYZ | 58.68 | 77.6 | 42.46 | - |
| YUV | 216.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 154 | 0.23 | 0 | 0.37 | 0.04 | 98 | 0.8 | 0.78 |
| Hex | BB | F4 | 9A | 17 | 0 | 25 | 4 | 62 | 50 | 4E |
| Octal | 273 | 364 | 232 | 27 | 0 | 45 | 4 | 142 | 120 | 116 |
| Binary | 10111011 | 11110100 | 10011010 | 10111 | 0 | 100101 | 100 | 1100010 | 1010000 | 1001110 |
Color Harmonies of #BBF49A
Complementary color
Monochromatic Colors of #BBF49A
Black with #BBF49A
Text Example
Text Example
White with #BBF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF49A; }
p { color: rgb(187,244,154); }
H1.HeaderClassName
{
color: #BBF49A;
}
.AnyTagClassName
{
color: #BBF49A;
}
</style>
background-color css
<style>
a { background-color: #BBF49A; }
a { background-color: rgb(187,244,154); }
div.DivClassName
{
background-color: #BBF49A;
}
.BgClassName
{
background-color: #BBF49A;
}
</style>
border-color css
<style>
span { border-color: #BBF49A; }
span { border-color: rgb(187,244,154); }
td.TdClassName
{
border-color: #BBF49A;
}
.TagClassName
{
border-color: #BBF49A;
}
</style>