Shades of Madang #BFF3A8
Tints of Madang #BFF3A8
RGB
CMYK
RGB Variations
Color information
#BFF3A8 (or 0xBFF3A8) is known color: Madang. HEX triplet: BF, F3 and A8. RGB value is (191,243,168). Sum of RGB (Red+Green+Blue) = 191+243+168=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF3A8 is #400C57. Grayscale: #DBDBDB. Windows color (decimal): -4197464 or 11072447. OLE color: 11072447.
HSL color Cylindrical-coordinate representation of color #BFF3A8: hue angle of 101.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFF3A8 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 168 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.05 |
| HSL | 101.6º | 0.76% | 0.81% | - |
| HSV(B) | 101.6º | 0.31% | 0.95% | - |
| XYZ | 60.6 | 78 | 48.91 | - |
| YUV | 218.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 168 | 0.21 | 0 | 0.31 | 0.05 | 101.6 | 0.76 | 0.81 |
| Hex | BF | F3 | A8 | 15 | 0 | 1F | 5 | 66 | 4C | 51 |
| Octal | 277 | 363 | 250 | 25 | 0 | 37 | 5 | 146 | 114 | 121 |
| Binary | 10111111 | 11110011 | 10101000 | 10101 | 0 | 11111 | 101 | 1100110 | 1001100 | 1010001 |
Color Harmonies of #BFF3A8
Complementary color
Monochromatic Colors of #BFF3A8
Black with #BFF3A8
Text Example
Text Example
White with #BFF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3A8; }
p { color: rgb(191,243,168); }
H1.HeaderClassName
{
color: #BFF3A8;
}
.AnyTagClassName
{
color: #BFF3A8;
}
</style>
background-color css
<style>
a { background-color: #BFF3A8; }
a { background-color: rgb(191,243,168); }
div.DivClassName
{
background-color: #BFF3A8;
}
.BgClassName
{
background-color: #BFF3A8;
}
</style>
border-color css
<style>
span { border-color: #BFF3A8; }
span { border-color: rgb(191,243,168); }
td.TdClassName
{
border-color: #BFF3A8;
}
.TagClassName
{
border-color: #BFF3A8;
}
</style>